#BED9F9

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

Shades of Pale Cornflower Blue #BED9F9

Tints of Pale Cornflower Blue #BED9F9

Color information

#BED9F9 (or 0xBED9F9) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D9 and F9. RGB value is (190,217,249). Sum of RGB (Red+Green+Blue) = 190+217+249=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #BED9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED9F9 is #412606. Grayscale: #D4D4D4. Windows color (decimal): -4269575 or 16374206. OLE color: 16374206.

HSL color Cylindrical-coordinate representation of color #BED9F9: hue angle of 212.54º 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 #BED9F9 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190217249-
CMYK0.240.1300.02
HSL212.54º83.1%86.08%-
HSV(B)212.54º23.69%97.65%-
XYZ63.1567.4199.31-
YUV212.58148.55111.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 217 (85.16% from 255) = 33.08%
BLUE value IS 249 (97.66% from 255) = 37.96%
R=28.96%
G=33.08%
B=37.96%

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
Decimal1902172490.240.1300.02212.5483.186.08
HexBED9F918D02d55356
Octal276331371301502325123126
Binary1011111011011001111110011100011010101101010110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9F9; }

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

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

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

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

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

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

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

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