#BBE1FD

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

Shades of Pattens Blue #BBE1FD

Tints of Pattens Blue #BBE1FD

Color information

#BBE1FD (or 0xBBE1FD) is unknown color: approx Pattens Blue. HEX triplet: BB, E1 and FD. RGB value is (187,225,253). Sum of RGB (Red+Green+Blue) = 187+225+253=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBE1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1FD is #441E02. Grayscale: #D8D8D8. Windows color (decimal): -4464131 or 16638395. OLE color: 16638395.

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

Color convert

RGB187225253-
CMYK0.260.1100.01
HSL205.45º94.29%86.27%-
HSV(B)205.45º26.09%99.22%-
XYZ65.1571.51103.3-
YUV216.83148.41106.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.12%
GREEN value IS 225 (88.28% from 255) = 33.83%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=28.12%
G=33.83%
B=38.05%

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
Decimal1872252530.260.1100.01205.4594.2986.27
HexBBE1FD1AB01cd5e56
Octal273341375321301315136126
Binary101110111110000111111101110101011011100110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE1FD; }

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

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

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

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

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

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

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

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