#BFE2FE

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

Shades of Pattens Blue #BFE2FE

Tints of Pattens Blue #BFE2FE

Color information

#BFE2FE (or 0xBFE2FE) is unknown color: approx Pattens Blue. HEX triplet: BF, E2 and FE. RGB value is (191,226,254). Sum of RGB (Red+Green+Blue) = 191+226+254=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFE2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE2FE is #401D01. Grayscale: #DADADA. Windows color (decimal): -4201730 or 16704191. OLE color: 16704191.

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

Color convert

RGB191226254-
CMYK0.250.1100.00
HSL206.67º96.92%87.25%-
HSV(B)206.67º24.8%99.61%-
XYZ66.5772.62104.28-
YUV218.73147.9108.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.46%
GREEN value IS 226 (88.67% from 255) = 33.68%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=28.46%
G=33.68%
B=37.85%

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
Decimal1912262540.250.1100.00206.6796.9287.25
HexBFE2FE19B00cf6157
Octal277342376311300317141127
Binary101111111110001011111110110011011001100111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE2FE; }

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

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

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

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

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

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

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

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