#BFE1F8

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

Shades of Pattens Blue #BFE1F8

Tints of Pattens Blue #BFE1F8

Color information

#BFE1F8 (or 0xBFE1F8) is unknown color: approx Pattens Blue. HEX triplet: BF, E1 and F8. RGB value is (191,225,248). Sum of RGB (Red+Green+Blue) = 191+225+248=664 (87% of max value = 765). Red value is 191 (75% from 255 or 28.77% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFE1F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1F8 is #401E07. Grayscale: #D9D9D9. Windows color (decimal): -4201992 or 16310719. OLE color: 16310719.

HSL color Cylindrical-coordinate representation of color #BFE1F8: hue angle of 204.21º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFE1F8 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191225248-
CMYK0.230.0900.03
HSL204.21º80.28%86.08%-
HSV(B)204.21º22.98%97.25%-
XYZ65.3571.799.2-
YUV217.46145.24109.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.77%
GREEN value IS 225 (88.28% from 255) = 33.89%
BLUE value IS 248 (97.27% from 255) = 37.35%
R=28.77%
G=33.89%
B=37.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912252480.230.0900.03204.2180.2886.08
HexBFE1F817903cc5056
Octal277341370271103314120126
Binary1011111111100001111110001011110010111100110010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE1F8; }

 p { color: rgb(191,225,248); }

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

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

 a { background-color: rgb(191,225,248); }

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

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

 span { border-color: rgb(191,225,248); }

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