Html Css Color HEX #BCAF9C Akaroa

📋 copy color: '#BCAF9C'

red 188 ◦ green 175 ◦ blue 156

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

Shades of Akaroa #BCAF9C

Tints of Akaroa #BCAF9C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.72%

 BLUE value IS 156 (61.33% from 255) = 30.06%

R = 36.22%
G = 33.72%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BCAF9C (or 0xBCAF9C) is known color: Akaroa. HEX triplet: BC, AF and 9C. RGB value is (188,175,156). Sum of RGB (Red+Green+Blue) = 188+175+156=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF9C is #435063. Grayscale: #B0B0B0. Windows color (decimal): -4411492 or 10268604. OLE color: 10268604.

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

Color convert

RGB 188 175 156 -
CMYK 0 0.07 0.17 0.26
HSL 35.63º 0.19% 0.67% -
HSV(B) 35.63º 0.17% 0.74% -
XYZ 42.07 43.75 37.68 -
YUV 176.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 188 175 156 0 0.07 0.17 0.26 35.63 0.19 0.67
Hex BC AF 9C 0 7 11 1A 24 13 43
Octal 274 257 234 0 7 21 32 44 23 103
Binary 10111100 10101111 10011100 0 111 10001 11010 100100 10011 1000011

Color Harmonies of #BCAF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF9C

Black with #BCAF9C

Text Example


Text Example

White with #BCAF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF9C; }

 p { color: rgb(188,175,156); }

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

background-color css

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

 a { background-color: rgb(188,175,156); }

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

border-color css

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

 span { border-color: rgb(188,175,156); }

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