Html Css Color HEX #BCAE99 Akaroa

📋 copy color: '#BCAE99'

red 188 ◦ green 174 ◦ blue 153

#BCAE99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Akaroa #BCAE99

Tints of Akaroa #BCAE99

RGB

 RED value IS 188 (73.83% from 255) = 36.5%

 GREEN value IS 174 (68.36% from 255) = 33.79%

 BLUE value IS 153 (60.16% from 255) = 29.71%

R = 36.5%
G = 33.79%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCAE99 (or 0xBCAE99) is known color: Akaroa. HEX triplet: BC, AE and 99. RGB value is (188,174,153). Sum of RGB (Red+Green+Blue) = 188+174+153=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE99 is #435166. Grayscale: #AFAFAF. Windows color (decimal): -4411751 or 10071740. OLE color: 10071740.

HSL color Cylindrical-coordinate representation of color #BCAE99: hue angle of 36º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCAE99 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 174 153 -
CMYK 0 0.07 0.19 0.26
HSL 36º 0.21% 0.67% -
HSV(B) 36º 0.19% 0.74% -
XYZ 41.62 43.26 36.29 -
YUV 175.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 188 174 153 0 0.07 0.19 0.26 36 0.21 0.67
Hex BC AE 99 0 7 13 1A 24 15 43
Octal 274 256 231 0 7 23 32 44 25 103
Binary 10111100 10101110 10011001 0 111 10011 11010 100100 10101 1000011

Color Harmonies of #BCAE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE99

Black with #BCAE99

Text Example


Text Example

White with #BCAE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE99; }

 p { color: rgb(188,174,153); }

 H1.HeaderClassName
 {
   color: #BCAE99;
 }
 .AnyTagClassName
 {
   color: #BCAE99;
 }
</style>

background-color css

<style>
 a { background-color: #BCAE99; }

 a { background-color: rgb(188,174,153); }

 div.DivClassName
 {
   background-color: #BCAE99;
 }
 .BgClassName
 {
   background-color: #BCAE99;
 }
</style>

border-color css

<style>
 span { border-color: #BCAE99; }

 span { border-color: rgb(188,174,153); }

 td.TdClassName
 {
   border-color: #BCAE99;
 }
 .TagClassName
 {
   border-color: #BCAE99;
 }
</style>