#BBD1E2

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

Shades of Spindle #BBD1E2

Tints of Spindle #BBD1E2

Color information

#BBD1E2 (or 0xBBD1E2) is unknown color: approx Spindle. HEX triplet: BB, D1 and E2. RGB value is (187,209,226). Sum of RGB (Red+Green+Blue) = 187+209+226=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBD1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1E2 is #442E1D. Grayscale: #CCCCCC. Windows color (decimal): -4468254 or 14864827. OLE color: 14864827.

HSL color Cylindrical-coordinate representation of color #BBD1E2: hue angle of 206.15º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBD1E2 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187209226-
CMYK0.170.0800.11
HSL206.15º40.21%80.98%-
HSV(B)206.15º17.26%88.63%-
XYZ57.0261.6680.85-
YUV204.36140.21115.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 209 (82.03% from 255) = 33.60%
BLUE value IS 226 (88.67% from 255) = 36.33%
R=30.06%
G=33.60%
B=36.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872092260.170.0800.11206.1540.2180.98
HexBBD1E21180Bce2851
Octal273321342211001331650121
Binary10111011110100011110001010001100001011110011101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1E2; }

 p { color: rgb(187,209,226); }

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

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

 a { background-color: rgb(187,209,226); }

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

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

 span { border-color: rgb(187,209,226); }

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