#BBD0DF

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

Shades of Spindle #BBD0DF

Tints of Spindle #BBD0DF

Color information

#BBD0DF (or 0xBBD0DF) is unknown color: approx Spindle. HEX triplet: BB, D0 and DF. RGB value is (187,208,223). Sum of RGB (Red+Green+Blue) = 187+208+223=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBD0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0DF is #442F20. Grayscale: #CBCBCB. Windows color (decimal): -4468513 or 14667963. OLE color: 14667963.

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

Color convert

RGB187208223-
CMYK0.160.0700.13
HSL205º36%80.39%-
HSV(B)205º16.14%87.45%-
XYZ56.376178.62-
YUV203.43139.04116.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 208 (81.64% from 255) = 33.66%
BLUE value IS 223 (87.5% from 255) = 36.08%
R=30.26%
G=33.66%
B=36.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872082230.160.0700.132053680.39
HexBBD0DF1070Dcd2450
Octal27332033720701531544120
Binary1011101111010000110111111000011101101110011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD0DF; }

 p { color: rgb(187,208,223); }

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

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

 a { background-color: rgb(187,208,223); }

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

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

 span { border-color: rgb(187,208,223); }

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