#BED8FD

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

Shades of Pale Cornflower Blue #BED8FD

Tints of Pale Cornflower Blue #BED8FD

Color information

#BED8FD (or 0xBED8FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D8 and FD. RGB value is (190,216,253). Sum of RGB (Red+Green+Blue) = 190+216+253=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #BED8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED8FD is #412702. Grayscale: #D4D4D4. Windows color (decimal): -4269827 or 16636094. OLE color: 16636094.

HSL color Cylindrical-coordinate representation of color #BED8FD: hue angle of 215.24º 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 #BED8FD is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190216253-
CMYK0.250.1500.01
HSL215.24º94.03%86.86%-
HSV(B)215.24º24.9%99.22%-
XYZ63.5267.15102.54-
YUV212.44150.89111.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.83%
GREEN value IS 216 (84.77% from 255) = 32.78%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=28.83%
G=32.78%
B=38.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902162530.250.1500.01215.2494.0386.86
HexBED8FD19F01d75e57
Octal276330375311701327136127
Binary101111101101100011111101110011111011101011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED8FD; }

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

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

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

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

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

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

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

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