#BDCCC5

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

Shades of Tiara #BDCCC5

Tints of Tiara #BDCCC5

Color information

#BDCCC5 (or 0xBDCCC5) is unknown color: approx Tiara. HEX triplet: BD, CC and C5. RGB value is (189,204,197). Sum of RGB (Red+Green+Blue) = 189+204+197=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCC5 is #42333A. Grayscale: #C6C6C6. Windows color (decimal): -4338491 or 12963005. OLE color: 12963005.

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

Color convert

RGB189204197-
CMYK0.0700.030.2
HSL152º12.82%77.06%-
HSV(B)152º7.35%80%-
XYZ52.6658.0461.25-
YUV198.72127.03121.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 197 (77.34% from 255) = 33.39%
R=32.03%
G=34.58%
B=33.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041970.0700.030.215212.8277.06
HexBDCCC57031498d4d
Octal2753143057032423015115
Binary101111011100110011000101111011101001001100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCC5; }

 p { color: rgb(189,204,197); }

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

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

 a { background-color: rgb(189,204,197); }

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

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

 span { border-color: rgb(189,204,197); }

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