#B5CCD7

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

Shades of Spindle #B5CCD7

Tints of Spindle #B5CCD7

Color information

#B5CCD7 (or 0xB5CCD7) is unknown color: approx Spindle. HEX triplet: B5, CC and D7. RGB value is (181,204,215). Sum of RGB (Red+Green+Blue) = 181+204+215=600 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.17% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 215 - color contains mainly: blue. Hex color #B5CCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCD7 is #4A3328. Grayscale: #C6C6C6. Windows color (decimal): -4862761 or 14142645. OLE color: 14142645.

HSL color Cylindrical-coordinate representation of color #B5CCD7: hue angle of 199.41º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5CCD7 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181204215-
CMYK0.160.0500.16
HSL199.41º29.82%77.65%-
HSV(B)199.41º15.81%84.31%-
XYZ52.9157.9272.68-
YUV198.38137.38115.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.17%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 215 (84.38% from 255) = 35.83%
R=30.17%
G=34%
B=35.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812042150.160.0500.16199.4129.8277.65
HexB5CCD7105010c71e4e
Octal26531432720502030736116
Binary1011010111001100110101111000010101000011000111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CCD7; }

 p { color: rgb(181,204,215); }

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

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

 a { background-color: rgb(181,204,215); }

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

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

 span { border-color: rgb(181,204,215); }

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