Html Css Color HEX #BBAF9C Akaroa

📋 copy color: '#BBAF9C'

red 187 ◦ green 175 ◦ blue 156

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

Shades of Akaroa #BBAF9C

Tints of Akaroa #BBAF9C

RGB

 RED value IS 187 (73.44% from 255) = 36.1%

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

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

R = 36.1%
G = 33.78%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BBAF9C (or 0xBBAF9C) is known color: Akaroa. HEX triplet: BB, AF and 9C. RGB value is (187,175,156). Sum of RGB (Red+Green+Blue) = 187+175+156=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF9C is #445063. Grayscale: #B0B0B0. Windows color (decimal): -4477028 or 10268603. OLE color: 10268603.

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

Color convert

RGB 187 175 156 -
CMYK 0 0.06 0.17 0.27
HSL 36.77º 0.19% 0.67% -
HSV(B) 36.77º 0.17% 0.73% -
XYZ 41.82 43.63 37.67 -
YUV 176.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 187 175 156 0 0.06 0.17 0.27 36.77 0.19 0.67
Hex BB AF 9C 0 6 11 1B 25 13 43
Octal 273 257 234 0 6 21 33 45 23 103
Binary 10111011 10101111 10011100 0 110 10001 11011 100101 10011 1000011

Color Harmonies of #BBAF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF9C

Black with #BBAF9C

Text Example


Text Example

White with #BBAF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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