#B7CBDD

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

Shades of Spindle #B7CBDD

Tints of Spindle #B7CBDD

Color information

#B7CBDD (or 0xB7CBDD) is unknown color: approx Spindle. HEX triplet: B7, CB and DD. RGB value is (183,203,221). Sum of RGB (Red+Green+Blue) = 183+203+221=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBDD is #483422. Grayscale: #C6C6C6. Windows color (decimal): -4731939 or 14535607. OLE color: 14535607.

HSL color Cylindrical-coordinate representation of color #B7CBDD: hue angle of 208.42º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7CBDD is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183203221-
CMYK0.170.0800.13
HSL208.42º35.85%79.22%-
HSV(B)208.42º17.19%86.67%-
XYZ53.945876.76-
YUV199.07140.37116.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.15%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=30.15%
G=33.44%
B=36.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832032210.170.0800.13208.4235.8579.22
HexB7CBDD1180Dd0244f
Octal267313335211001532044117
Binary10110111110010111101110110001100001101110100001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CBDD; }

 p { color: rgb(183,203,221); }

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

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

 a { background-color: rgb(183,203,221); }

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

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

 span { border-color: rgb(183,203,221); }

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