#BEDAFD

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

Shades of Pale Cornflower Blue #BEDAFD

Tints of Pale Cornflower Blue #BEDAFD

Color information

#BEDAFD (or 0xBEDAFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, DA and FD. RGB value is (190,218,253). Sum of RGB (Red+Green+Blue) = 190+218+253=661 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.74% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEDAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDAFD is #412502. Grayscale: #D5D5D5. Windows color (decimal): -4269315 or 16636606. OLE color: 16636606.

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

Color convert

RGB190218253-
CMYK0.250.1400.01
HSL213.33º94.03%86.86%-
HSV(B)213.33º24.9%99.22%-
XYZ64.0468.18102.71-
YUV213.62150.22111.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.74%
GREEN value IS 218 (85.55% from 255) = 32.98%
BLUE value IS 253 (99.22% from 255) = 38.28%
R=28.74%
G=32.98%
B=38.28%

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
Decimal1902182530.250.1400.01213.3394.0386.86
HexBEDAFD19E01d55e57
Octal276332375311601325136127
Binary101111101101101011111101110011110011101010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAFD; }

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

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

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

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

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

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

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

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