#BBE1FB

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

Shades of Pattens Blue #BBE1FB

Tints of Pattens Blue #BBE1FB

Color information

#BBE1FB (or 0xBBE1FB) is unknown color: approx Pattens Blue. HEX triplet: BB, E1 and FB. RGB value is (187,225,251). Sum of RGB (Red+Green+Blue) = 187+225+251=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBE1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1FB is #441E04. Grayscale: #D8D8D8. Windows color (decimal): -4464133 or 16507323. OLE color: 16507323.

HSL color Cylindrical-coordinate representation of color #BBE1FB: hue angle of 204.38º degrees, saturation: 0.89, 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 #BBE1FB is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187225251-
CMYK0.250.1000.02
HSL204.38º88.89%85.88%-
HSV(B)204.38º25.5%98.43%-
XYZ64.8371.38101.63-
YUV216.6147.41106.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.21%
GREEN value IS 225 (88.28% from 255) = 33.94%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=28.21%
G=33.94%
B=37.86%

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
Decimal1872252510.250.1000.02204.3888.8985.88
HexBBE1FB19A02cc5956
Octal273341373311202314131126
Binary1011101111100001111110111100110100101100110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE1FB; }

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

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

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

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

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

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

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

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