#B1CBDB

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

Shades of Spindle #B1CBDB

Tints of Spindle #B1CBDB

Color information

#B1CBDB (or 0xB1CBDB) is unknown color: approx Spindle. HEX triplet: B1, CB and DB. RGB value is (177,203,219). Sum of RGB (Red+Green+Blue) = 177+203+219=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CBDB is #4E3424. Grayscale: #C4C4C4. Windows color (decimal): -5125157 or 14404529. OLE color: 14404529.

HSL color Cylindrical-coordinate representation of color #B1CBDB: hue angle of 202.86º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1CBDB is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177203219-
CMYK0.190.0700.14
HSL202.86º36.84%77.65%-
HSV(B)202.86º19.18%85.88%-
XYZ52.2757.1775.3-
YUV197.05140.39113.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.55%
GREEN value IS 203 (79.69% from 255) = 33.89%
BLUE value IS 219 (85.94% from 255) = 36.56%
R=29.55%
G=33.89%
B=36.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772032190.190.0700.14202.8636.8477.65
HexB1CBDB1370Ecb254e
Octal26131333323701631345116
Binary1011000111001011110110111001111101110110010111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CBDB; }

 p { color: rgb(177,203,219); }

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

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

 a { background-color: rgb(177,203,219); }

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

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

 span { border-color: rgb(177,203,219); }

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