#BBCCC4

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

Shades of Tiara #BBCCC4

Tints of Tiara #BBCCC4

Color information

#BBCCC4 (or 0xBBCCC4) is unknown color: approx Tiara. HEX triplet: BB, CC and C4. RGB value is (187,204,196). Sum of RGB (Red+Green+Blue) = 187+204+196=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCC4 is #44333B. Grayscale: #C6C6C6. Windows color (decimal): -4469564 or 12897467. OLE color: 12897467.

HSL color Cylindrical-coordinate representation of color #BBCCC4: hue angle of 151.76º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCC4 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB187204196-
CMYK0.0800.040.2
HSL151.76º14.29%76.67%-
HSV(B)151.76º8.33%80%-
XYZ52.0557.7460.63-
YUV198126.87120.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 204 (80.08% from 255) = 34.75%
BLUE value IS 196 (76.95% from 255) = 33.39%
R=31.86%
G=34.75%
B=33.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041960.0800.040.2151.7614.2976.67
HexBBCCC48041498e4d
Octal27331430410042423016115
Binary10111011110011001100010010000100101001001100011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCC4; }

 p { color: rgb(187,204,196); }

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

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

 a { background-color: rgb(187,204,196); }

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

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

 span { border-color: rgb(187,204,196); }

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