Html Css Color HEX #BBAE9C Akaroa

📋 copy color: '#BBAE9C'

red 187 ◦ green 174 ◦ blue 156

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

Shades of Akaroa #BBAE9C

Tints of Akaroa #BBAE9C

RGB

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

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

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

R = 36.17%
G = 33.66%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BBAE9C (or 0xBBAE9C) is known color: Akaroa. HEX triplet: BB, AE and 9C. RGB value is (187,174,156). Sum of RGB (Red+Green+Blue) = 187+174+156=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE9C is #445163. Grayscale: #AFAFAF. Windows color (decimal): -4477284 or 10268347. OLE color: 10268347.

HSL color Cylindrical-coordinate representation of color #BBAE9C: hue angle of 34.84º 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 #BBAE9C is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 156 -
CMYK 0 0.07 0.17 0.27
HSL 34.84º 0.19% 0.67% -
HSV(B) 34.84º 0.17% 0.73% -
XYZ 41.63 43.24 37.6 -
YUV 175.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 187 174 156 0 0.07 0.17 0.27 34.84 0.19 0.67
Hex BB AE 9C 0 7 11 1B 23 13 43
Octal 273 256 234 0 7 21 33 43 23 103
Binary 10111011 10101110 10011100 0 111 10001 11011 100011 10011 1000011

Color Harmonies of #BBAE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE9C

Black with #BBAE9C

Text Example


Text Example

White with #BBAE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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