#BED9FF

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

Shades of Pale Cornflower Blue #BED9FF

Tints of Pale Cornflower Blue #BED9FF

Color information

#BED9FF (or 0xBED9FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D9 and FF. RGB value is (190,217,255). Sum of RGB (Red+Green+Blue) = 190+217+255=662 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.70% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #BED9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED9FF is #412600. Grayscale: #D5D5D5. Windows color (decimal): -4269569 or 16767422. OLE color: 16767422.

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

Color convert

RGB190217255-
CMYK0.250.1500
HSL215.08º100%87.25%-
HSV(B)215.08º25.49%100%-
XYZ64.167.79104.31-
YUV213.26151.55111.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.70%
GREEN value IS 217 (85.16% from 255) = 32.78%
BLUE value IS 255 (100% from 255) = 38.52%
R=28.70%
G=32.78%
B=38.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902172550.250.1500215.0810087.25
HexBED9FF19F00d76457
Octal276331377311700327144127
Binary101111101101100111111111110011111001101011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9FF; }

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

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

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

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

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

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

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

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