#BFE4FA

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

Shades of Pattens Blue #BFE4FA

Tints of Pattens Blue #BFE4FA

Color information

#BFE4FA (or 0xBFE4FA) is unknown color: approx Pattens Blue. HEX triplet: BF, E4 and FA. RGB value is (191,228,250). Sum of RGB (Red+Green+Blue) = 191+228+250=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 228 (89.45% from 255 or 34.08% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFE4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE4FA is #401B05. Grayscale: #DBDBDB. Windows color (decimal): -4201222 or 16442559. OLE color: 16442559.

HSL color Cylindrical-coordinate representation of color #BFE4FA: hue angle of 202.37º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFE4FA is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191228250-
CMYK0.240.0900.02
HSL202.37º85.51%86.47%-
HSV(B)202.37º23.6%98.04%-
XYZ66.4873.47101.12-
YUV219.44145.24107.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.55%
GREEN value IS 228 (89.45% from 255) = 34.08%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=28.55%
G=34.08%
B=37.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912282500.240.0900.02202.3785.5186.47
HexBFE4FA18902ca5656
Octal277344372301102312126126
Binary1011111111100100111110101100010010101100101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE4FA; }

 p { color: rgb(191,228,250); }

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

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

 a { background-color: rgb(191,228,250); }

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

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

 span { border-color: rgb(191,228,250); }

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