#BFE1FF

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

Shades of Pattens Blue #BFE1FF

Tints of Pattens Blue #BFE1FF

Color information

#BFE1FF (or 0xBFE1FF) is unknown color: approx Pattens Blue. HEX triplet: BF, E1 and FF. RGB value is (191,225,255). Sum of RGB (Red+Green+Blue) = 191+225+255=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 225 (88.28% from 255 or 33.53% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFE1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1FF is #401E00. Grayscale: #DADADA. Windows color (decimal): -4201985 or 16769471. OLE color: 16769471.

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

Color convert

RGB191225255-
CMYK0.250.1200
HSL208.12º100%87.45%-
HSV(B)208.12º25.1%100%-
XYZ66.4672.15105.03-
YUV218.25148.74108.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.46%
GREEN value IS 225 (88.28% from 255) = 33.53%
BLUE value IS 255 (100% from 255) = 38.00%
R=28.46%
G=33.53%
B=38.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912252550.250.1200208.1210087.45
HexBFE1FF19C00d06457
Octal277341377311400320144127
Binary101111111110000111111111110011100001101000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE1FF; }

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

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

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

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

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

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

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

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