#BBCFE1

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

Shades of Spindle #BBCFE1

Tints of Spindle #BBCFE1

Color information

#BBCFE1 (or 0xBBCFE1) is unknown color: approx Spindle. HEX triplet: BB, CF and E1. RGB value is (187,207,225). Sum of RGB (Red+Green+Blue) = 187+207+225=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBCFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFE1 is #44301E. Grayscale: #CACACA. Windows color (decimal): -4468767 or 14798779. OLE color: 14798779.

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

Color convert

RGB187207225-
CMYK0.170.0800.12
HSL208.42º38.78%80.78%-
HSV(B)208.42º16.89%88.24%-
XYZ56.460.6379.96-
YUV203.07140.37116.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.21%
GREEN value IS 207 (81.25% from 255) = 33.44%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=30.21%
G=33.44%
B=36.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872072250.170.0800.12208.4238.7880.78
HexBBCFE11180Cd02751
Octal273317341211001432047121
Binary10111011110011111110000110001100001100110100001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFE1; }

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

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

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

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

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

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

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

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