#BDCCD2

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

Shades of Spindle #BDCCD2

Tints of Spindle #BDCCD2

Color information

#BDCCD2 (or 0xBDCCD2) is unknown color: approx Spindle. HEX triplet: BD, CC and D2. RGB value is (189,204,210). Sum of RGB (Red+Green+Blue) = 189+204+210=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDCCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCD2 is #42332D. Grayscale: #C8C8C8. Windows color (decimal): -4338478 or 13814973. OLE color: 13814973.

HSL color Cylindrical-coordinate representation of color #BDCCD2: hue angle of 197.14º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDCCD2 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189204210-
CMYK0.100.0300.18
HSL197.14º18.92%78.24%-
HSV(B)197.14º10%82.35%-
XYZ54.2158.6669.44-
YUV200.2133.53120.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.34%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 210 (82.42% from 255) = 34.83%
R=31.34%
G=33.83%
B=34.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892042100.100.0300.18197.1418.9278.24
HexBDCCD2A3012c5134e
Octal27531432212302230523116
Binary10111101110011001101001010101101001011000101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCD2; }

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

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

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

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

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

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

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

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