#BED9F0

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

Shades of Pale Cornflower Blue #BED9F0

Tints of Pale Cornflower Blue #BED9F0

Color information

#BED9F0 (or 0xBED9F0) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D9 and F0. RGB value is (190,217,240). Sum of RGB (Red+Green+Blue) = 190+217+240=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #BED9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED9F0 is #41260F. Grayscale: #D3D3D3. Windows color (decimal): -4269584 or 15784382. OLE color: 15784382.

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

Color convert

RGB190217240-
CMYK0.210.1000.06
HSL207.6º62.5%84.31%-
HSV(B)207.6º20.83%94.12%-
XYZ61.7866.8692.09-
YUV211.55144.05112.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.37%
GREEN value IS 217 (85.16% from 255) = 33.54%
BLUE value IS 240 (94.14% from 255) = 37.09%
R=29.37%
G=33.54%
B=37.09%

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
Decimal1902172400.210.1000.06207.662.584.31
HexBED9F015A06d03e54
Octal27633136025120632076124
Binary1011111011011001111100001010110100110110100001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9F0; }

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

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

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

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

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

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

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

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