#BFDEFA

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

Shades of Pattens Blue #BFDEFA

Tints of Pattens Blue #BFDEFA

Color information

#BFDEFA (or 0xBFDEFA) is unknown color: approx Pattens Blue. HEX triplet: BF, DE and FA. RGB value is (191,222,250). Sum of RGB (Red+Green+Blue) = 191+222+250=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFDEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDEFA is #402105. Grayscale: #D7D7D7. Windows color (decimal): -4202758 or 16441023. OLE color: 16441023.

HSL color Cylindrical-coordinate representation of color #BFDEFA: hue angle of 208.47º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFDEFA is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191222250-
CMYK0.240.1100.02
HSL208.47º85.51%86.47%-
HSV(B)208.47º23.6%98.04%-
XYZ64.8670.22100.58-
YUV215.92147.23110.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.81%
GREEN value IS 222 (87.11% from 255) = 33.48%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=28.81%
G=33.48%
B=37.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912222500.240.1100.02208.4785.5186.47
HexBFDEFA18B02d05656
Octal277336372301302320126126
Binary1011111111011110111110101100010110101101000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEFA; }

 p { color: rgb(191,222,250); }

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

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

 a { background-color: rgb(191,222,250); }

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

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

 span { border-color: rgb(191,222,250); }

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