#BED6EB

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

Shades of Pale Cornflower Blue #BED6EB

Tints of Pale Cornflower Blue #BED6EB

Color information

#BED6EB (or 0xBED6EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, D6 and EB. RGB value is (190,214,235). Sum of RGB (Red+Green+Blue) = 190+214+235=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #BED6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED6EB is #412914. Grayscale: #D1D1D1. Windows color (decimal): -4270357 or 15455934. OLE color: 15455934.

HSL color Cylindrical-coordinate representation of color #BED6EB: hue angle of 208º 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 #BED6EB is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190214235-
CMYK0.190.0900.08
HSL208º52.94%83.33%-
HSV(B)208º19.15%92.16%-
XYZ60.2865.0487.97-
YUV209.22142.55114.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.73%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=29.73%
G=33.49%
B=36.78%

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
Decimal1902142350.190.0900.0820852.9483.33
HexBED6EB13908d03553
Octal276326353231101032065123
Binary10111110110101101110101110011100101000110100001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6EB; }

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

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

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

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

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

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

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

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