#BED8F1

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

Shades of Pale Cornflower Blue #BED8F1

Tints of Pale Cornflower Blue #BED8F1

Color information

#BED8F1 (or 0xBED8F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D8 and F1. RGB value is (190,216,241). Sum of RGB (Red+Green+Blue) = 190+216+241=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 216 (84.77% from 255 or 33.38% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #BED8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED8F1 is #41270E. Grayscale: #D2D2D2. Windows color (decimal): -4269839 or 15849662. OLE color: 15849662.

HSL color Cylindrical-coordinate representation of color #BED8F1: hue angle of 209.41º degrees, saturation: 0.65, 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 #BED8F1 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190216241-
CMYK0.210.1000.05
HSL209.41º64.56%84.51%-
HSV(B)209.41º21.16%94.51%-
XYZ61.6766.4192.79-
YUV211.08144.89112.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.37%
GREEN value IS 216 (84.77% from 255) = 33.38%
BLUE value IS 241 (94.53% from 255) = 37.25%
R=29.37%
G=33.38%
B=37.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902162410.210.1000.05209.4164.5684.51
HexBED8F115A05d14155
Octal276330361251205321101125
Binary10111110110110001111000110101101001011101000110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED8F1; }

 p { color: rgb(190,216,241); }

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

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

 a { background-color: rgb(190,216,241); }

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

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

 span { border-color: rgb(190,216,241); }

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