#BED9FA

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

Shades of Pale Cornflower Blue #BED9FA

Tints of Pale Cornflower Blue #BED9FA

Color information

#BED9FA (or 0xBED9FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D9 and FA. RGB value is (190,217,250). Sum of RGB (Red+Green+Blue) = 190+217+250=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #BED9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED9FA is #412605. Grayscale: #D4D4D4. Windows color (decimal): -4269574 or 16439742. OLE color: 16439742.

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

Color convert

RGB190217250-
CMYK0.240.1300.02
HSL213º85.71%86.27%-
HSV(B)213º24%98.04%-
XYZ63.367.47100.13-
YUV212.69149.05111.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.92%
GREEN value IS 217 (85.16% from 255) = 33.03%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=28.92%
G=33.03%
B=38.05%

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
Decimal1902172500.240.1300.0221385.7186.27
HexBED9FA18D02d55656
Octal276331372301502325126126
Binary1011111011011001111110101100011010101101010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9FA; }

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

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

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

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

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

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

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

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