#BBE2FF

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

Shades of Pattens Blue #BBE2FF

Tints of Pattens Blue #BBE2FF

Color information

#BBE2FF (or 0xBBE2FF) is unknown color: approx Pattens Blue. HEX triplet: BB, E2 and FF. RGB value is (187,226,255). Sum of RGB (Red+Green+Blue) = 187+226+255=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2FF is #441D00. Grayscale: #D9D9D9. Windows color (decimal): -4463873 or 16769723. OLE color: 16769723.

HSL color Cylindrical-coordinate representation of color #BBE2FF: hue angle of 205.59º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBE2FF is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187226255-
CMYK0.270.1100
HSL205.59º100%86.67%-
HSV(B)205.59º26.67%100%-
XYZ65.7472.18105.07-
YUV217.64149.08106.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.99%
GREEN value IS 226 (88.67% from 255) = 33.83%
BLUE value IS 255 (100% from 255) = 38.17%
R=27.99%
G=33.83%
B=38.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872262550.270.1100205.5910086.67
HexBBE2FF1BB00ce6457
Octal273342377331300316144127
Binary101110111110001011111111110111011001100111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE2FF; }

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

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

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

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

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

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

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

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