#BBE1FA

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

Shades of Pattens Blue #BBE1FA

Tints of Pattens Blue #BBE1FA

Color information

#BBE1FA (or 0xBBE1FA) is unknown color: approx Pattens Blue. HEX triplet: BB, E1 and FA. RGB value is (187,225,250). Sum of RGB (Red+Green+Blue) = 187+225+250=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1FA is #441E05. Grayscale: #D8D8D8. Windows color (decimal): -4464134 or 16441787. OLE color: 16441787.

HSL color Cylindrical-coordinate representation of color #BBE1FA: hue angle of 203.81º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBE1FA is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187225250-
CMYK0.250.1000.02
HSL203.81º86.3%85.69%-
HSV(B)203.81º25.2%98.04%-
XYZ64.6771.32100.8-
YUV216.49146.91106.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.25%
GREEN value IS 225 (88.28% from 255) = 33.99%
BLUE value IS 250 (98.05% from 255) = 37.76%
R=28.25%
G=33.99%
B=37.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872252500.250.1000.02203.8186.385.69
HexBBE1FA19A02cc5656
Octal273341372311202314126126
Binary1011101111100001111110101100110100101100110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE1FA; }

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

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

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

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

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

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

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

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