Html Css Color HEX #BCAE9B Akaroa

📋 copy color: '#BCAE9B'

red 188 ◦ green 174 ◦ blue 155

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

Shades of Akaroa #BCAE9B

Tints of Akaroa #BCAE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.98%

R = 36.36%
G = 33.66%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BCAE9B (or 0xBCAE9B) is known color: Akaroa. HEX triplet: BC, AE and 9B. RGB value is (188,174,155). Sum of RGB (Red+Green+Blue) = 188+174+155=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE9B is #435164. Grayscale: #B0B0B0. Windows color (decimal): -4411749 or 10202812. OLE color: 10202812.

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

Color convert

RGB 188 174 155 -
CMYK 0 0.07 0.18 0.26
HSL 34.55º 0.2% 0.67% -
HSV(B) 34.55º 0.18% 0.74% -
XYZ 41.79 43.33 37.17 -
YUV 176.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 188 174 155 0 0.07 0.18 0.26 34.55 0.2 0.67
Hex BC AE 9B 0 7 12 1A 23 14 43
Octal 274 256 233 0 7 22 32 43 24 103
Binary 10111100 10101110 10011011 0 111 10010 11010 100011 10100 1000011

Color Harmonies of #BCAE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE9B

Black with #BCAE9B

Text Example


Text Example

White with #BCAE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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