#BFE8FE

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

Shades of Pattens Blue #BFE8FE

Tints of Pattens Blue #BFE8FE

Color information

#BFE8FE (or 0xBFE8FE) is unknown color: approx Pattens Blue. HEX triplet: BF, E8 and FE. RGB value is (191,232,254). Sum of RGB (Red+Green+Blue) = 191+232+254=677 (89% of max value = 765). Red value is 191 (75% from 255 or 28.21% from 677); Green value is 232 (91.02% from 255 or 34.27% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFE8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE8FE is #401701. Grayscale: #DEDEDE. Windows color (decimal): -4200194 or 16705727. OLE color: 16705727.

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

Color convert

RGB191232254-
CMYK0.250.0900.00
HSL200.95º96.92%87.25%-
HSV(B)200.95º24.8%99.61%-
XYZ68.2375.95104.83-
YUV222.25145.92105.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.21%
GREEN value IS 232 (91.02% from 255) = 34.27%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=28.21%
G=34.27%
B=37.52%

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
Decimal1912322540.250.0900.00200.9596.9287.25
HexBFE8FE19900c96157
Octal277350376311100311141127
Binary101111111110100011111110110011001001100100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE8FE; }

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

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

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

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

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

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

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

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