#BED8EF

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

Shades of Pale Cornflower Blue #BED8EF

Tints of Pale Cornflower Blue #BED8EF

Color information

#BED8EF (or 0xBED8EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D8 and EF. RGB value is (190,216,239). Sum of RGB (Red+Green+Blue) = 190+216+239=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #BED8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED8EF is #412710. Grayscale: #D2D2D2. Windows color (decimal): -4269841 or 15718590. OLE color: 15718590.

HSL color Cylindrical-coordinate representation of color #BED8EF: hue angle of 208.16º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED8EF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190216239-
CMYK0.210.1000.06
HSL208.16º60.49%84.12%-
HSV(B)208.16º20.5%93.73%-
XYZ61.3766.2991.22-
YUV210.85143.89113.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.46%
GREEN value IS 216 (84.77% from 255) = 33.49%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=29.46%
G=33.49%
B=37.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902162390.210.1000.06208.1660.4984.12
HexBED8EF15A06d03c54
Octal27633035725120632074124
Binary1011111011011000111011111010110100110110100001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED8EF; }

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

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

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

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

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

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

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

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