#B7CDDD

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

Shades of Spindle #B7CDDD

Tints of Spindle #B7CDDD

Color information

#B7CDDD (or 0xB7CDDD) is unknown color: approx Spindle. HEX triplet: B7, CD and DD. RGB value is (183,205,221). Sum of RGB (Red+Green+Blue) = 183+205+221=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDDD is #483222. Grayscale: #C8C8C8. Windows color (decimal): -4731427 or 14536119. OLE color: 14536119.

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

Color convert

RGB183205221-
CMYK0.170.0700.13
HSL205.26º35.85%79.22%-
HSV(B)205.26º17.19%86.67%-
XYZ54.4158.9576.92-
YUV200.25139.71115.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.05%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=30.05%
G=33.66%
B=36.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832052210.170.0700.13205.2635.8579.22
HexB7CDDD1170Dcd244f
Octal26731533521701531544117
Binary1011011111001101110111011000111101101110011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CDDD; }

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

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

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

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

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

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

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

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