#BED7F1

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

Shades of Pale Cornflower Blue #BED7F1

Tints of Pale Cornflower Blue #BED7F1

Color information

#BED7F1 (or 0xBED7F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D7 and F1. RGB value is (190,215,241). Sum of RGB (Red+Green+Blue) = 190+215+241=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 215 (84.38% from 255 or 33.28% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #BED7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED7F1 is #41280E. Grayscale: #D2D2D2. Windows color (decimal): -4270095 or 15849406. OLE color: 15849406.

HSL color Cylindrical-coordinate representation of color #BED7F1: hue angle of 210.59º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED7F1 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190215241-
CMYK0.210.1100.05
HSL210.59º64.56%84.51%-
HSV(B)210.59º21.16%94.51%-
XYZ61.4165.992.7-
YUV210.49145.22113.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.41%
GREEN value IS 215 (84.38% from 255) = 33.28%
BLUE value IS 241 (94.53% from 255) = 37.31%
R=29.41%
G=33.28%
B=37.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902152410.210.1100.05210.5964.5684.51
HexBED7F115B05d34155
Octal276327361251305323101125
Binary10111110110101111111000110101101101011101001110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED7F1; }

 p { color: rgb(190,215,241); }

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

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

 a { background-color: rgb(190,215,241); }

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

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

 span { border-color: rgb(190,215,241); }

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