#BFE0FD

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

Shades of Pattens Blue #BFE0FD

Tints of Pattens Blue #BFE0FD

Color information

#BFE0FD (or 0xBFE0FD) is unknown color: approx Pattens Blue. HEX triplet: BF, E0 and FD. RGB value is (191,224,253). Sum of RGB (Red+Green+Blue) = 191+224+253=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFE0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE0FD is #401F02. Grayscale: #D9D9D9. Windows color (decimal): -4202243 or 16638143. OLE color: 16638143.

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

Color convert

RGB191224253-
CMYK0.250.1100.01
HSL208.06º93.94%87.06%-
HSV(B)208.06º24.51%99.22%-
XYZ65.8771.48103.25-
YUV217.44148.07109.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.59%
GREEN value IS 224 (87.89% from 255) = 33.53%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=28.59%
G=33.53%
B=37.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912242530.250.1100.01208.0693.9487.06
HexBFE0FD19B01d05e57
Octal277340375311301320136127
Binary101111111110000011111101110011011011101000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE0FD; }

 p { color: rgb(191,224,253); }

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

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

 a { background-color: rgb(191,224,253); }

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

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

 span { border-color: rgb(191,224,253); }

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