#BBE0FC

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

Shades of Pattens Blue #BBE0FC

Tints of Pattens Blue #BBE0FC

Color information

#BBE0FC (or 0xBBE0FC) is unknown color: approx Pattens Blue. HEX triplet: BB, E0 and FC. RGB value is (187,224,252). Sum of RGB (Red+Green+Blue) = 187+224+252=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBE0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0FC is #441F03. Grayscale: #D7D7D7. Windows color (decimal): -4464388 or 16572603. OLE color: 16572603.

HSL color Cylindrical-coordinate representation of color #BBE0FC: hue angle of 205.85º 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 #BBE0FC is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187224252-
CMYK0.260.1100.01
HSL205.85º91.55%86.08%-
HSV(B)205.85º25.79%98.82%-
XYZ64.7270.9102.37-
YUV216.13148.24107.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.21%
GREEN value IS 224 (87.89% from 255) = 33.79%
BLUE value IS 252 (98.83% from 255) = 38.01%
R=28.21%
G=33.79%
B=38.01%

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
Decimal1872242520.260.1100.01205.8591.5586.08
HexBBE0FC1AB01ce5c56
Octal273340374321301316134126
Binary101110111110000011111100110101011011100111010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0FC; }

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

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

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

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

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

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

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

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