#BFE3FC

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

Shades of Pattens Blue #BFE3FC

Tints of Pattens Blue #BFE3FC

Color information

#BFE3FC (or 0xBFE3FC) is unknown color: approx Pattens Blue. HEX triplet: BF, E3 and FC. RGB value is (191,227,252). Sum of RGB (Red+Green+Blue) = 191+227+252=670 (88% of max value = 765). Red value is 191 (75% from 255 or 28.51% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFE3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE3FC is #401C03. Grayscale: #DADADA. Windows color (decimal): -4201476 or 16573375. OLE color: 16573375.

HSL color Cylindrical-coordinate representation of color #BFE3FC: hue angle of 204.59º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFE3FC is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191227252-
CMYK0.240.1000.01
HSL204.59º91.04%86.86%-
HSV(B)204.59º24.21%98.82%-
XYZ66.5373.04102.69-
YUV219.09146.57107.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.51%
GREEN value IS 227 (89.06% from 255) = 33.88%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=28.51%
G=33.88%
B=37.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912272520.240.1000.01204.5991.0486.86
HexBFE3FC18A01cd5b57
Octal277343374301201315133127
Binary101111111110001111111100110001010011100110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE3FC; }

 p { color: rgb(191,227,252); }

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

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

 a { background-color: rgb(191,227,252); }

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

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

 span { border-color: rgb(191,227,252); }

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