#BFE5FD

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

Shades of Pattens Blue #BFE5FD

Tints of Pattens Blue #BFE5FD

Color information

#BFE5FD (or 0xBFE5FD) is unknown color: approx Pattens Blue. HEX triplet: BF, E5 and FD. RGB value is (191,229,253). Sum of RGB (Red+Green+Blue) = 191+229+253=673 (89% of max value = 765). Red value is 191 (75% from 255 or 28.38% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE5FD is #401A02. Grayscale: #DCDCDC. Windows color (decimal): -4200963 or 16639423. OLE color: 16639423.

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

Color convert

RGB191229253-
CMYK0.250.0900.01
HSL203.23º93.94%87.06%-
HSV(B)203.23º24.51%99.22%-
XYZ67.2374.21103.71-
YUV220.37146.41107.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.38%
GREEN value IS 229 (89.84% from 255) = 34.03%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=28.38%
G=34.03%
B=37.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912292530.250.0900.01203.2393.9487.06
HexBFE5FD19901cb5e57
Octal277345375311101313136127
Binary101111111110010111111101110011001011100101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE5FD; }

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

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

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

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

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

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

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

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