#BBE2FD

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

Shades of Pattens Blue #BBE2FD

Tints of Pattens Blue #BBE2FD

Color information

#BBE2FD (or 0xBBE2FD) is unknown color: approx Pattens Blue. HEX triplet: BB, E2 and FD. RGB value is (187,226,253). Sum of RGB (Red+Green+Blue) = 187+226+253=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBE2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2FD is #441D02. Grayscale: #D9D9D9. Windows color (decimal): -4463875 or 16638651. OLE color: 16638651.

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

Color convert

RGB187226253-
CMYK0.260.1100.01
HSL204.55º94.29%86.27%-
HSV(B)204.55º26.09%99.22%-
XYZ65.4272.05103.39-
YUV217.42148.08106.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.08%
GREEN value IS 226 (88.67% from 255) = 33.93%
BLUE value IS 253 (99.22% from 255) = 37.99%
R=28.08%
G=33.93%
B=37.99%

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
Decimal1872262530.260.1100.01204.5594.2986.27
HexBBE2FD1AB01cd5e56
Octal273342375321301315136126
Binary101110111110001011111101110101011011100110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE2FD; }

 p { color: rgb(187,226,253); }

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

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

 a { background-color: rgb(187,226,253); }

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

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

 span { border-color: rgb(187,226,253); }

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