#B7CDDE

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

Shades of Spindle #B7CDDE

Tints of Spindle #B7CDDE

Color information

#B7CDDE (or 0xB7CDDE) is unknown color: approx Spindle. HEX triplet: B7, CD and DE. RGB value is (183,205,222). Sum of RGB (Red+Green+Blue) = 183+205+222=610 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7CDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDDE is #483221. Grayscale: #C8C8C8. Windows color (decimal): -4731426 or 14601655. OLE color: 14601655.

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

Color convert

RGB183205222-
CMYK0.180.0800.13
HSL206.15º37.14%79.41%-
HSV(B)206.15º17.57%87.06%-
XYZ54.545977.62-
YUV200.36140.21115.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 222 (87.11% from 255) = 36.39%
R=30%
G=33.61%
B=36.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832052220.180.0800.13206.1537.1479.41
HexB7CDDE1280Dce254f
Octal267315336221001531645117
Binary10110111110011011101111010010100001101110011101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CDDE; }

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

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

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

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

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

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

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

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