#BDCBD7

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

Shades of Spindle #BDCBD7

Tints of Spindle #BDCBD7

Color information

#BDCBD7 (or 0xBDCBD7) is unknown color: approx Spindle. HEX triplet: BD, CB and D7. RGB value is (189,203,215). Sum of RGB (Red+Green+Blue) = 189+203+215=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDCBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBD7 is #423428. Grayscale: #C8C8C8. Windows color (decimal): -4338729 or 14142397. OLE color: 14142397.

HSL color Cylindrical-coordinate representation of color #BDCBD7: hue angle of 207.69º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDCBD7 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189203215-
CMYK0.120.0600.16
HSL207.69º24.53%79.22%-
HSV(B)207.69º12.09%84.31%-
XYZ54.6158.4472.69-
YUV200.18136.36120.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 215 (84.38% from 255) = 35.42%
R=31.14%
G=33.44%
B=35.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892032150.120.0600.16207.6924.5379.22
HexBDCBD7C6010d0194f
Octal27531332714602032031117
Binary101111011100101111010111110011001000011010000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBD7; }

 p { color: rgb(189,203,215); }

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

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

 a { background-color: rgb(189,203,215); }

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

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

 span { border-color: rgb(189,203,215); }

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