#BEDCF8

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

Shades of Pale Cornflower Blue #BEDCF8

Tints of Pale Cornflower Blue #BEDCF8

Color information

#BEDCF8 (or 0xBEDCF8) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, DC and F8. RGB value is (190,220,248). Sum of RGB (Red+Green+Blue) = 190+220+248=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 248 (97.27% from 255 or 37.69% from 658); Max value from RGB is 248 - color contains mainly: blue. Hex color #BEDCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDCF8 is #412307. Grayscale: #D6D6D6. Windows color (decimal): -4268808 or 16309438. OLE color: 16309438.

HSL color Cylindrical-coordinate representation of color #BEDCF8: hue angle of 208.97º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEDCF8 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB190220248-
CMYK0.230.1100.03
HSL208.97º80.56%85.88%-
HSV(B)208.97º23.39%97.25%-
XYZ63.7768.9198.75-
YUV214.22147.06110.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.88%
GREEN value IS 220 (86.33% from 255) = 33.43%
BLUE value IS 248 (97.27% from 255) = 37.69%
R=28.88%
G=33.43%
B=37.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902202480.230.1100.03208.9780.5685.88
HexBEDCF817B03d15156
Octal276334370271303321121126
Binary1011111011011100111110001011110110111101000110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDCF8; }

 p { color: rgb(190,220,248); }

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

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

 a { background-color: rgb(190,220,248); }

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

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

 span { border-color: rgb(190,220,248); }

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