#BFE0F3

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

Shades of Pattens Blue #BFE0F3

Tints of Pattens Blue #BFE0F3

Color information

#BFE0F3 (or 0xBFE0F3) is unknown color: approx Pattens Blue. HEX triplet: BF, E0 and F3. RGB value is (191,224,243). Sum of RGB (Red+Green+Blue) = 191+224+243=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFE0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE0F3 is #401F0C. Grayscale: #D8D8D8. Windows color (decimal): -4202253 or 15982783. OLE color: 15982783.

HSL color Cylindrical-coordinate representation of color #BFE0F3: hue angle of 201.92º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFE0F3 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191224243-
CMYK0.210.0800.05
HSL201.92º68.42%85.1%-
HSV(B)201.92º21.4%95.29%-
XYZ64.3270.8695.08-
YUV216.3143.07109.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.03%
GREEN value IS 224 (87.89% from 255) = 34.04%
BLUE value IS 243 (95.31% from 255) = 36.93%
R=29.03%
G=34.04%
B=36.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912242430.210.0800.05201.9268.4285.1
HexBFE0F315805ca4455
Octal277340363251005312104125
Binary10111111111000001111001110101100001011100101010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE0F3; }

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

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

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

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

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

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

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

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