#BED8EC

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

Shades of Pale Cornflower Blue #BED8EC

Tints of Pale Cornflower Blue #BED8EC

Color information

#BED8EC (or 0xBED8EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D8 and EC. RGB value is (190,216,236). Sum of RGB (Red+Green+Blue) = 190+216+236=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #BED8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED8EC is #412713. Grayscale: #D2D2D2. Windows color (decimal): -4269844 or 15521982. OLE color: 15521982.

HSL color Cylindrical-coordinate representation of color #BED8EC: hue angle of 206.09º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED8EC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190216236-
CMYK0.190.0800.07
HSL206.09º54.76%83.53%-
HSV(B)206.09º19.49%92.55%-
XYZ60.9366.1288.91-
YUV210.51142.39113.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.60%
GREEN value IS 216 (84.77% from 255) = 33.64%
BLUE value IS 236 (92.58% from 255) = 36.76%
R=29.60%
G=33.64%
B=36.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902162360.190.0800.07206.0954.7683.53
HexBED8EC13807ce3754
Octal27633035423100731667124
Binary1011111011011000111011001001110000111110011101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED8EC; }

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

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

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

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

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

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

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

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