#BBCADD

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

Shades of Spindle #BBCADD

Tints of Spindle #BBCADD

Color information

#BBCADD (or 0xBBCADD) is unknown color: approx Spindle. HEX triplet: BB, CA and DD. RGB value is (187,202,221). Sum of RGB (Red+Green+Blue) = 187+202+221=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBCADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCADD is #443522. Grayscale: #C7C7C7. Windows color (decimal): -4470051 or 14535355. OLE color: 14535355.

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

Color convert

RGB187202221-
CMYK0.150.0900.13
HSL213.53º33.33%80%-
HSV(B)213.53º15.38%86.67%-
XYZ54.6758.0376.73-
YUV199.68140.03118.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.66%
GREEN value IS 202 (79.30% from 255) = 33.11%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=30.66%
G=33.11%
B=36.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872022210.150.0900.13213.5333.3380
HexBBCADDF90Dd62150
Octal273312335171101532641120
Binary1011101111001010110111011111100101101110101101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCADD; }

 p { color: rgb(187,202,221); }

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

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

 a { background-color: rgb(187,202,221); }

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

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

 span { border-color: rgb(187,202,221); }

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