#BFE2FF

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

Shades of Pattens Blue #BFE2FF

Tints of Pattens Blue #BFE2FF

Color information

#BFE2FF (or 0xBFE2FF) is unknown color: approx Pattens Blue. HEX triplet: BF, E2 and FF. RGB value is (191,226,255). Sum of RGB (Red+Green+Blue) = 191+226+255=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 226 (88.67% from 255 or 33.63% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE2FF is #401D00. Grayscale: #DADADA. Windows color (decimal): -4201729 or 16769727. OLE color: 16769727.

HSL color Cylindrical-coordinate representation of color #BFE2FF: hue angle of 207.19º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFE2FF is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB191226255-
CMYK0.250.1100
HSL207.19º100%87.45%-
HSV(B)207.19º25.1%100%-
XYZ66.7372.69105.12-
YUV218.84148.4108.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.42%
GREEN value IS 226 (88.67% from 255) = 33.63%
BLUE value IS 255 (100% from 255) = 37.95%
R=28.42%
G=33.63%
B=37.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912262550.250.1100207.1910087.45
HexBFE2FF19B00cf6457
Octal277342377311300317144127
Binary101111111110001011111111110011011001100111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE2FF; }

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

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

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

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

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

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

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

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