#BFE7FE

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

Shades of Pattens Blue #BFE7FE

Tints of Pattens Blue #BFE7FE

Color information

#BFE7FE (or 0xBFE7FE) is unknown color: approx Pattens Blue. HEX triplet: BF, E7 and FE. RGB value is (191,231,254). Sum of RGB (Red+Green+Blue) = 191+231+254=676 (89% of max value = 765). Red value is 191 (75% from 255 or 28.25% from 676); Green value is 231 (90.62% from 255 or 34.17% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFE7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE7FE is #401801. Grayscale: #DDDDDD. Windows color (decimal): -4200450 or 16705471. OLE color: 16705471.

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

Color convert

RGB191231254-
CMYK0.250.0900.00
HSL201.9º96.92%87.25%-
HSV(B)201.9º24.8%99.61%-
XYZ67.9575.38104.74-
YUV221.66146.25106.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.25%
GREEN value IS 231 (90.62% from 255) = 34.17%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=28.25%
G=34.17%
B=37.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912312540.250.0900.00201.996.9287.25
HexBFE7FE19900ca6157
Octal277347376311100312141127
Binary101111111110011111111110110011001001100101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE7FE; }

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

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

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

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

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

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

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

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