#BBE0F9

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

Shades of Pattens Blue #BBE0F9

Tints of Pattens Blue #BBE0F9

Color information

#BBE0F9 (or 0xBBE0F9) is unknown color: approx Pattens Blue. HEX triplet: BB, E0 and F9. RGB value is (187,224,249). Sum of RGB (Red+Green+Blue) = 187+224+249=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBE0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0F9 is #441F06. Grayscale: #D7D7D7. Windows color (decimal): -4464391 or 16375995. OLE color: 16375995.

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

Color convert

RGB187224249-
CMYK0.250.1000.02
HSL204.19º83.78%85.49%-
HSV(B)204.19º24.9%97.65%-
XYZ64.2570.7299.89-
YUV215.79146.74107.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.33%
GREEN value IS 224 (87.89% from 255) = 33.94%
BLUE value IS 249 (97.66% from 255) = 37.73%
R=28.33%
G=33.94%
B=37.73%

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
Decimal1872242490.250.1000.02204.1983.7885.49
HexBBE0F919A02cc5455
Octal273340371311202314124125
Binary1011101111100000111110011100110100101100110010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0F9; }

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

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

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

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

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

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

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

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