#BBE4FF

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

Shades of Pattens Blue #BBE4FF

Tints of Pattens Blue #BBE4FF

Color information

#BBE4FF (or 0xBBE4FF) is unknown color: approx Pattens Blue. HEX triplet: BB, E4 and FF. RGB value is (187,228,255). Sum of RGB (Red+Green+Blue) = 187+228+255=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 228 (89.45% from 255 or 34.03% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBE4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4FF is #441B00. Grayscale: #DADADA. Windows color (decimal): -4463361 or 16770235. OLE color: 16770235.

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

Color convert

RGB187228255-
CMYK0.270.1100
HSL203.82º100%86.67%-
HSV(B)203.82º26.67%100%-
XYZ66.2973.27105.26-
YUV218.82148.42105.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.91%
GREEN value IS 228 (89.45% from 255) = 34.03%
BLUE value IS 255 (100% from 255) = 38.06%
R=27.91%
G=34.03%
B=38.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872282550.270.1100203.8210086.67
HexBBE4FF1BB00cc6457
Octal273344377331300314144127
Binary101110111110010011111111110111011001100110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE4FF; }

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

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

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

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

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

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

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

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