#BED7EB

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

Shades of Pale Cornflower Blue #BED7EB

Tints of Pale Cornflower Blue #BED7EB

Color information

#BED7EB (or 0xBED7EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D7 and EB. RGB value is (190,215,235). Sum of RGB (Red+Green+Blue) = 190+215+235=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #BED7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED7EB is #412814. Grayscale: #D1D1D1. Windows color (decimal): -4270101 or 15456190. OLE color: 15456190.

HSL color Cylindrical-coordinate representation of color #BED7EB: hue angle of 206.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED7EB is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190215235-
CMYK0.190.0900.08
HSL206.67º52.94%83.33%-
HSV(B)206.67º19.15%92.16%-
XYZ60.5365.5588.06-
YUV209.8142.22113.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.69%
GREEN value IS 215 (84.38% from 255) = 33.59%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=29.69%
G=33.59%
B=36.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902152350.190.0900.08206.6752.9483.33
HexBED7EB13908cf3553
Octal276327353231101031765123
Binary10111110110101111110101110011100101000110011111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED7EB; }

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

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

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

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

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

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

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

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