#BBE1FC

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

Shades of Pattens Blue #BBE1FC

Tints of Pattens Blue #BBE1FC

Color information

#BBE1FC (or 0xBBE1FC) is unknown color: approx Pattens Blue. HEX triplet: BB, E1 and FC. RGB value is (187,225,252). Sum of RGB (Red+Green+Blue) = 187+225+252=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBE1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1FC is #441E03. Grayscale: #D8D8D8. Windows color (decimal): -4464132 or 16572859. OLE color: 16572859.

HSL color Cylindrical-coordinate representation of color #BBE1FC: hue angle of 204.92º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBE1FC is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187225252-
CMYK0.260.1100.01
HSL204.92º91.55%86.08%-
HSV(B)204.92º25.79%98.82%-
XYZ64.9971.44102.46-
YUV216.72147.91106.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.16%
GREEN value IS 225 (88.28% from 255) = 33.89%
BLUE value IS 252 (98.83% from 255) = 37.95%
R=28.16%
G=33.89%
B=37.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872252520.260.1100.01204.9291.5586.08
HexBBE1FC1AB01cd5c56
Octal273341374321301315134126
Binary101110111110000111111100110101011011100110110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE1FC; }

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

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

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

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

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

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

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

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