#B7CCDF

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

Shades of Spindle #B7CCDF

Tints of Spindle #B7CCDF

Color information

#B7CCDF (or 0xB7CCDF) is unknown color: approx Spindle. HEX triplet: B7, CC and DF. RGB value is (183,204,223). Sum of RGB (Red+Green+Blue) = 183+204+223=610 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCDF is #483320. Grayscale: #C7C7C7. Windows color (decimal): -4731681 or 14666935. OLE color: 14666935.

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

Color convert

RGB183204223-
CMYK0.180.0900.13
HSL208.5º38.46%79.61%-
HSV(B)208.5º17.94%87.45%-
XYZ54.4458.5878.25-
YUV199.89141.04115.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30%
GREEN value IS 204 (80.08% from 255) = 33.44%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=30%
G=33.44%
B=36.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832042230.180.0900.13208.538.4679.61
HexB7CCDF1290Dd02650
Octal267314337221101532046120
Binary10110111110011001101111110010100101101110100001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CCDF; }

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

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

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

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

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

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

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

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