#BFE5FE

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

Shades of Pattens Blue #BFE5FE

Tints of Pattens Blue #BFE5FE

Color information

#BFE5FE (or 0xBFE5FE) is unknown color: approx Pattens Blue. HEX triplet: BF, E5 and FE. RGB value is (191,229,254). Sum of RGB (Red+Green+Blue) = 191+229+254=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 229 (89.84% from 255 or 33.98% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE5FE is #401A01. Grayscale: #DCDCDC. Windows color (decimal): -4200962 or 16704959. OLE color: 16704959.

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

Color convert

RGB191229254-
CMYK0.250.1000.00
HSL203.81º96.92%87.25%-
HSV(B)203.81º24.8%99.61%-
XYZ67.3974.27104.55-
YUV220.49146.91106.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.34%
GREEN value IS 229 (89.84% from 255) = 33.98%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=28.34%
G=33.98%
B=37.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912292540.250.1000.00203.8196.9287.25
HexBFE5FE19A00cc6157
Octal277345376311200314141127
Binary101111111110010111111110110011010001100110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE5FE; }

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

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

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

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

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

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

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

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