Html Css Color HEX #BBAC96 Akaroa

📋 copy color: '#BBAC96'

red 187 ◦ green 172 ◦ blue 150

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

Shades of Akaroa #BBAC96

Tints of Akaroa #BBAC96

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.79%

 BLUE value IS 150 (58.98% from 255) = 29.47%

R = 36.74%
G = 33.79%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BBAC96 (or 0xBBAC96) is known color: Akaroa. HEX triplet: BB, AC and 96. RGB value is (187,172,150). Sum of RGB (Red+Green+Blue) = 187+172+150=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC96 is #445369. Grayscale: #AEAEAE. Windows color (decimal): -4477802 or 9874619. OLE color: 9874619.

HSL color Cylindrical-coordinate representation of color #BBAC96: hue angle of 35.68º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBAC96 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 150 -
CMYK 0 0.08 0.20 0.27
HSL 35.68º 0.21% 0.66% -
HSV(B) 35.68º 0.2% 0.73% -
XYZ 40.75 42.27 34.87 -
YUV 173.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 187 172 150 0 0.08 0.20 0.27 35.68 0.21 0.66
Hex BB AC 96 0 8 14 1B 24 15 42
Octal 273 254 226 0 10 24 33 44 25 102
Binary 10111011 10101100 10010110 0 1000 10100 11011 100100 10101 1000010

Color Harmonies of #BBAC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC96

Black with #BBAC96

Text Example


Text Example

White with #BBAC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC96; }

 p { color: rgb(187,172,150); }

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

background-color css

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

 a { background-color: rgb(187,172,150); }

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

border-color css

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

 span { border-color: rgb(187,172,150); }

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