#B0CBDA

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

Shades of Spindle #B0CBDA

Tints of Spindle #B0CBDA

Color information

#B0CBDA (or 0xB0CBDA) is unknown color: approx Spindle. HEX triplet: B0, CB and DA. RGB value is (176,203,218). Sum of RGB (Red+Green+Blue) = 176+203+218=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #B0CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBDA is #4F3425. Grayscale: #C4C4C4. Windows color (decimal): -5190694 or 14338992. OLE color: 14338992.

HSL color Cylindrical-coordinate representation of color #B0CBDA: hue angle of 201.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0CBDA is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176203218-
CMYK0.190.0700.15
HSL201.43º36.21%77.25%-
HSV(B)201.43º19.27%85.49%-
XYZ51.925774.6-
YUV196.64140.05113.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.48%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=29.48%
G=34.00%
B=36.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762032180.190.0700.15201.4336.2177.25
HexB0CBDA1370Fc9244d
Octal26031333223701731144115
Binary1011000011001011110110101001111101111110010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CBDA; }

 p { color: rgb(176,203,218); }

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

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

 a { background-color: rgb(176,203,218); }

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

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

 span { border-color: rgb(176,203,218); }

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