Html Css Color HEX #BBAF9E Akaroa

📋 copy color: '#BBAF9E'

red 187 ◦ green 175 ◦ blue 158

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

Shades of Akaroa #BBAF9E

Tints of Akaroa #BBAF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.38%

R = 35.96%
G = 33.65%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBAF9E (or 0xBBAF9E) is known color: Akaroa. HEX triplet: BB, AF and 9E. RGB value is (187,175,158). Sum of RGB (Red+Green+Blue) = 187+175+158=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF9E is #445061. Grayscale: #B0B0B0. Windows color (decimal): -4477026 or 10399675. OLE color: 10399675.

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

Color convert

RGB 187 175 158 -
CMYK 0 0.06 0.16 0.27
HSL 35.17º 0.18% 0.68% -
HSV(B) 35.17º 0.16% 0.73% -
XYZ 42 43.69 38.57 -
YUV 176.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 187 175 158 0 0.06 0.16 0.27 35.17 0.18 0.68
Hex BB AF 9E 0 6 10 1B 23 12 44
Octal 273 257 236 0 6 20 33 43 22 104
Binary 10111011 10101111 10011110 0 110 10000 11011 100011 10010 1000100

Color Harmonies of #BBAF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF9E

Black with #BBAF9E

Text Example


Text Example

White with #BBAF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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