#BED9FD

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

Shades of Pale Cornflower Blue #BED9FD

Tints of Pale Cornflower Blue #BED9FD

Color information

#BED9FD (or 0xBED9FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D9 and FD. RGB value is (190,217,253). Sum of RGB (Red+Green+Blue) = 190+217+253=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #BED9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED9FD is #412602. Grayscale: #D4D4D4. Windows color (decimal): -4269571 or 16636350. OLE color: 16636350.

HSL color Cylindrical-coordinate representation of color #BED9FD: hue angle of 214.29º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED9FD is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190217253-
CMYK0.250.1400.01
HSL214.29º94.03%86.86%-
HSV(B)214.29º24.9%99.22%-
XYZ63.7867.66102.63-
YUV213.03150.55111.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.79%
GREEN value IS 217 (85.16% from 255) = 32.88%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=28.79%
G=32.88%
B=38.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902172530.250.1400.01214.2994.0386.86
HexBED9FD19E01d65e57
Octal276331375311601326136127
Binary101111101101100111111101110011110011101011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9FD; }

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

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

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

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

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

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

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

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