#BED7FD

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

Shades of Pale Cornflower Blue #BED7FD

Tints of Pale Cornflower Blue #BED7FD

Color information

#BED7FD (or 0xBED7FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D7 and FD. RGB value is (190,215,253). Sum of RGB (Red+Green+Blue) = 190+215+253=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 215 (84.38% from 255 or 32.67% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #BED7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED7FD is #412802. Grayscale: #D3D3D3. Windows color (decimal): -4270083 or 16635838. OLE color: 16635838.

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

Color convert

RGB190215253-
CMYK0.250.1500.01
HSL216.19º94.03%86.86%-
HSV(B)216.19º24.9%99.22%-
XYZ63.2766.64102.46-
YUV211.86151.22112.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.88%
GREEN value IS 215 (84.38% from 255) = 32.67%
BLUE value IS 253 (99.22% from 255) = 38.45%
R=28.88%
G=32.67%
B=38.45%

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
Decimal1902152530.250.1500.01216.1994.0386.86
HexBED7FD19F01d85e57
Octal276327375311701330136127
Binary101111101101011111111101110011111011101100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED7FD; }

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

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

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

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

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

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

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

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