#BBC9C3

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

Shades of Tiara #BBC9C3

Tints of Tiara #BBC9C3

Color information

#BBC9C3 (or 0xBBC9C3) is unknown color: approx Tiara. HEX triplet: BB, C9 and C3. RGB value is (187,201,195). Sum of RGB (Red+Green+Blue) = 187+201+195=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9C3 is #44363C. Grayscale: #C4C4C4. Windows color (decimal): -4470333 or 12831163. OLE color: 12831163.

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

Color convert

RGB187201195-
CMYK0.0700.030.21
HSL154.29º11.48%76.08%-
HSV(B)154.29º6.97%78.82%-
XYZ51.2356.2859.79-
YUV196.13127.36121.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 201 (78.91% from 255) = 34.48%
BLUE value IS 195 (76.56% from 255) = 33.45%
R=32.08%
G=34.48%
B=33.45%

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
Decimal1872011950.0700.030.21154.2911.4876.08
HexBBC9C3703159ab4c
Octal2733113037032523213114
Binary101110111100100111000011111011101011001101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC9C3; }

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

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

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

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

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

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

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

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