#B7CCDD

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

Shades of Spindle #B7CCDD

Tints of Spindle #B7CCDD

Color information

#B7CCDD (or 0xB7CCDD) is unknown color: approx Spindle. HEX triplet: B7, CC and DD. RGB value is (183,204,221). Sum of RGB (Red+Green+Blue) = 183+204+221=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCDD is #483322. Grayscale: #C7C7C7. Windows color (decimal): -4731683 or 14535863. OLE color: 14535863.

HSL color Cylindrical-coordinate representation of color #B7CCDD: hue angle of 206.84º 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 #B7CCDD is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183204221-
CMYK0.170.0800.13
HSL206.84º35.85%79.22%-
HSV(B)206.84º17.19%86.67%-
XYZ54.1758.4776.84-
YUV199.66140.04116.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.10%
GREEN value IS 204 (80.08% from 255) = 33.55%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=30.10%
G=33.55%
B=36.35%

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
Decimal1832042210.170.0800.13206.8435.8579.22
HexB7CCDD1180Dcf244f
Octal267314335211001531744117
Binary10110111110011001101110110001100001101110011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CCDD; }

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

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

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

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

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

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

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

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