#BDCCD3

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

Shades of Spindle #BDCCD3

Tints of Spindle #BDCCD3

Color information

#BDCCD3 (or 0xBDCCD3) is unknown color: approx Spindle. HEX triplet: BD, CC and D3. RGB value is (189,204,211). Sum of RGB (Red+Green+Blue) = 189+204+211=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDCCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCD3 is #42332C. Grayscale: #C8C8C8. Windows color (decimal): -4338477 or 13880509. OLE color: 13880509.

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

Color convert

RGB189204211-
CMYK0.100.0300.17
HSL199.09º20%78.43%-
HSV(B)199.09º10.43%82.75%-
XYZ54.3458.7170.1-
YUV200.31134.03119.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 211 (82.81% from 255) = 34.93%
R=31.29%
G=33.77%
B=34.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892042110.100.0300.17199.092078.43
HexBDCCD3A3011c7144e
Octal27531432312302130724116
Binary10111101110011001101001110101101000111000111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCD3; }

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

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

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

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

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

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

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

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