#BCC8C3

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

Shades of Tiara #BCC8C3

Tints of Tiara #BCC8C3

Color information

#BCC8C3 (or 0xBCC8C3) is unknown color: approx Tiara. HEX triplet: BC, C8 and C3. RGB value is (188,200,195). Sum of RGB (Red+Green+Blue) = 188+200+195=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8C3 is #43373C. Grayscale: #C3C3C3. Windows color (decimal): -4405053 or 12830908. OLE color: 12830908.

HSL color Cylindrical-coordinate representation of color #BCC8C3: hue angle of 155º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC8C3 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB188200195-
CMYK0.0600.020.22
HSL155º9.84%76.08%-
HSV(B)155º6%78.43%-
XYZ51.2455.9459.73-
YUV195.84127.52122.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 200 (78.52% from 255) = 34.31%
BLUE value IS 195 (76.56% from 255) = 33.45%
R=32.25%
G=34.31%
B=33.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1882001950.0600.020.221559.8476.08
HexBCC8C3602169ba4c
Octal2743103036022623312114
Binary101111001100100011000011110010101101001101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8C3; }

 p { color: rgb(188,200,195); }

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

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

 a { background-color: rgb(188,200,195); }

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

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

 span { border-color: rgb(188,200,195); }

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