#BED9EF

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

Shades of Pale Cornflower Blue #BED9EF

Tints of Pale Cornflower Blue #BED9EF

Color information

#BED9EF (or 0xBED9EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D9 and EF. RGB value is (190,217,239). Sum of RGB (Red+Green+Blue) = 190+217+239=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #BED9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED9EF is #412610. Grayscale: #D3D3D3. Windows color (decimal): -4269585 or 15718846. OLE color: 15718846.

HSL color Cylindrical-coordinate representation of color #BED9EF: hue angle of 206.94º 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 #BED9EF is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190217239-
CMYK0.210.0900.06
HSL206.94º60.49%84.12%-
HSV(B)206.94º20.5%93.73%-
XYZ61.6366.891.31-
YUV211.44143.55112.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.41%
GREEN value IS 217 (85.16% from 255) = 33.59%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=29.41%
G=33.59%
B=37.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902172390.210.0900.06206.9460.4984.12
HexBED9EF15906cf3c54
Octal27633135725110631774124
Binary1011111011011001111011111010110010110110011111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9EF; }

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

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

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

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

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

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

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

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