#BFE4FD

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

Shades of Pattens Blue #BFE4FD

Tints of Pattens Blue #BFE4FD

Color information

#BFE4FD (or 0xBFE4FD) is unknown color: approx Pattens Blue. HEX triplet: BF, E4 and FD. RGB value is (191,228,253). Sum of RGB (Red+Green+Blue) = 191+228+253=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 228 (89.45% from 255 or 33.93% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFE4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE4FD is #401B02. Grayscale: #DBDBDB. Windows color (decimal): -4201219 or 16639167. OLE color: 16639167.

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

Color convert

RGB191228253-
CMYK0.250.1000.01
HSL204.19º93.94%87.06%-
HSV(B)204.19º24.51%99.22%-
XYZ66.9673.66103.62-
YUV219.79146.74107.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.42%
GREEN value IS 228 (89.45% from 255) = 33.93%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=28.42%
G=33.93%
B=37.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912282530.250.1000.01204.1993.9487.06
HexBFE4FD19A01cc5e57
Octal277344375311201314136127
Binary101111111110010011111101110011010011100110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE4FD; }

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

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

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

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

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

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

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

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