#BED8FE

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

Shades of Pale Cornflower Blue #BED8FE

Tints of Pale Cornflower Blue #BED8FE

Color information

#BED8FE (or 0xBED8FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D8 and FE. RGB value is (190,216,254). Sum of RGB (Red+Green+Blue) = 190+216+254=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 216 (84.77% from 255 or 32.73% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #BED8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED8FE is #412701. Grayscale: #D4D4D4. Windows color (decimal): -4269826 or 16701630. OLE color: 16701630.

HSL color Cylindrical-coordinate representation of color #BED8FE: hue angle of 215.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED8FE is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB190216254-
CMYK0.250.1500.00
HSL215.62º96.97%87.06%-
HSV(B)215.62º25.2%99.61%-
XYZ63.6867.21103.38-
YUV212.56151.39111.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.79%
GREEN value IS 216 (84.77% from 255) = 32.73%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=28.79%
G=32.73%
B=38.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902162540.250.1500.00215.6296.9787.06
HexBED8FE19F00d86157
Octal276330376311700330141127
Binary101111101101100011111110110011111001101100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED8FE; }

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

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

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

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

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

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

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

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