#BED8F9

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

Shades of Pale Cornflower Blue #BED8F9

Tints of Pale Cornflower Blue #BED8F9

Color information

#BED8F9 (or 0xBED8F9) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D8 and F9. RGB value is (190,216,249). Sum of RGB (Red+Green+Blue) = 190+216+249=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 249 - color contains mainly: blue. Hex color #BED8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED8F9 is #412706. Grayscale: #D3D3D3. Windows color (decimal): -4269831 or 16373950. OLE color: 16373950.

HSL color Cylindrical-coordinate representation of color #BED8F9: hue angle of 213.56º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED8F9 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190216249-
CMYK0.240.1300.02
HSL213.56º83.1%86.08%-
HSV(B)213.56º23.69%97.65%-
XYZ62.8966.999.22-
YUV211.99148.89112.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.01%
GREEN value IS 216 (84.77% from 255) = 32.98%
BLUE value IS 249 (97.66% from 255) = 38.02%
R=29.01%
G=32.98%
B=38.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902162490.240.1300.02213.5683.186.08
HexBED8F918D02d65356
Octal276330371301502326123126
Binary1011111011011000111110011100011010101101011010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED8F9; }

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

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

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

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

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

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

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

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