#BBC9C2

Color #BBC9C2 Tiara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiara #BBC9C2

Tints of Tiara #BBC9C2

Color information

#BBC9C2 (or 0xBBC9C2) is unknown color: approx Tiara. HEX triplet: BB, C9 and C2. RGB value is (187,201,194). Sum of RGB (Red+Green+Blue) = 187+201+194=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9C2 is #44363D. Grayscale: #C4C4C4. Windows color (decimal): -4470334 or 12765627. OLE color: 12765627.

HSL color Cylindrical-coordinate representation of color #BBC9C2: hue angle of 150º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC9C2 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB187201194-
CMYK0.0700.030.21
HSL150º11.48%76.08%-
HSV(B)150º6.97%78.82%-
XYZ51.1256.2359.2-
YUV196.02126.86121.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 201 (78.91% from 255) = 34.54%
BLUE value IS 194 (76.17% from 255) = 33.33%
R=32.13%
G=34.54%
B=33.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872011940.0700.030.2115011.4876.08
HexBBC9C27031596b4c
Octal2733113027032522613114
Binary101110111100100111000010111011101011001011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC9C2; }

 p { color: rgb(187,201,194); }

 H1.HeaderClassName
 {
   color: #BBC9C2;
 }
 .AnyTagClassName
 {
   color: #BBC9C2;
 }
</style>
background-color css

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

 a { background-color: rgb(187,201,194); }

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

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

 span { border-color: rgb(187,201,194); }

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