#BBCFDD

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

Shades of Spindle #BBCFDD

Tints of Spindle #BBCFDD

Color information

#BBCFDD (or 0xBBCFDD) is unknown color: approx Spindle. HEX triplet: BB, CF and DD. RGB value is (187,207,221). Sum of RGB (Red+Green+Blue) = 187+207+221=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBCFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFDD is #443022. Grayscale: #CACACA. Windows color (decimal): -4468771 or 14536635. OLE color: 14536635.

HSL color Cylindrical-coordinate representation of color #BBCFDD: hue angle of 204.71º 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 #BBCFDD is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187207221-
CMYK0.150.0600.13
HSL204.71º33.33%80%-
HSV(B)204.71º15.38%86.67%-
XYZ55.8660.4177.12-
YUV202.62138.37116.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 207 (81.25% from 255) = 33.66%
BLUE value IS 221 (86.72% from 255) = 35.93%
R=30.41%
G=33.66%
B=35.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872072210.150.0600.13204.7133.3380
HexBBCFDDF60Dcd2150
Octal27331733517601531541120
Binary101110111100111111011101111111001101110011011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFDD; }

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

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

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

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

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

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

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

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