#BBE3FF

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

Shades of Pattens Blue #BBE3FF

Tints of Pattens Blue #BBE3FF

Color information

#BBE3FF (or 0xBBE3FF) is unknown color: approx Pattens Blue. HEX triplet: BB, E3 and FF. RGB value is (187,227,255). Sum of RGB (Red+Green+Blue) = 187+227+255=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE3FF is #441C00. Grayscale: #DADADA. Windows color (decimal): -4463617 or 16769979. OLE color: 16769979.

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

Color convert

RGB187227255-
CMYK0.270.1100
HSL204.71º100%86.67%-
HSV(B)204.71º26.67%100%-
XYZ66.0172.72105.17-
YUV218.23148.75105.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.95%
GREEN value IS 227 (89.06% from 255) = 33.93%
BLUE value IS 255 (100% from 255) = 38.12%
R=27.95%
G=33.93%
B=38.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872272550.270.1100204.7110086.67
HexBBE3FF1BB00cd6457
Octal273343377331300315144127
Binary101110111110001111111111110111011001100110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE3FF; }

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

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

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

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

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

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

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

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