Html Css Color HEX #BBAE9A Akaroa

📋 copy color: '#BBAE9A'

red 187 ◦ green 174 ◦ blue 154

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

Shades of Akaroa #BBAE9A

Tints of Akaroa #BBAE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.9%

R = 36.31%
G = 33.79%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BBAE9A (or 0xBBAE9A) is known color: Akaroa. HEX triplet: BB, AE and 9A. RGB value is (187,174,154). Sum of RGB (Red+Green+Blue) = 187+174+154=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE9A is #445165. Grayscale: #AFAFAF. Windows color (decimal): -4477286 or 10137275. OLE color: 10137275.

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

Color convert

RGB 187 174 154 -
CMYK 0 0.07 0.18 0.27
HSL 36.36º 0.2% 0.67% -
HSV(B) 36.36º 0.18% 0.73% -
XYZ 41.46 43.17 36.72 -
YUV 175.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 187 174 154 0 0.07 0.18 0.27 36.36 0.2 0.67
Hex BB AE 9A 0 7 12 1B 24 14 43
Octal 273 256 232 0 7 22 33 44 24 103
Binary 10111011 10101110 10011010 0 111 10010 11011 100100 10100 1000011

Color Harmonies of #BBAE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE9A

Black with #BBAE9A

Text Example


Text Example

White with #BBAE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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