#BFE1FE

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

Shades of Pattens Blue #BFE1FE

Tints of Pattens Blue #BFE1FE

Color information

#BFE1FE (or 0xBFE1FE) is unknown color: approx Pattens Blue. HEX triplet: BF, E1 and FE. RGB value is (191,225,254). Sum of RGB (Red+Green+Blue) = 191+225+254=670 (88% of max value = 765). Red value is 191 (75% from 255 or 28.51% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1FE is #401E01. Grayscale: #D9D9D9. Windows color (decimal): -4201986 or 16703935. OLE color: 16703935.

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

Color convert

RGB191225254-
CMYK0.250.1100.00
HSL207.62º96.92%87.25%-
HSV(B)207.62º24.8%99.61%-
XYZ66.372.08104.18-
YUV218.14148.24108.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.51%
GREEN value IS 225 (88.28% from 255) = 33.58%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=28.51%
G=33.58%
B=37.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912252540.250.1100.00207.6296.9287.25
HexBFE1FE19B00d06157
Octal277341376311300320141127
Binary101111111110000111111110110011011001101000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE1FE; }

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

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

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

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

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

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

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

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