#BEDBFE

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

Shades of Pale Cornflower Blue #BEDBFE

Tints of Pale Cornflower Blue #BEDBFE

Color information

#BEDBFE (or 0xBEDBFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, DB and FE. RGB value is (190,219,254). Sum of RGB (Red+Green+Blue) = 190+219+254=663 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.66% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEDBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDBFE is #412401. Grayscale: #D6D6D6. Windows color (decimal): -4269058 or 16702398. OLE color: 16702398.

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

Color convert

RGB190219254-
CMYK0.250.1400.00
HSL212.81º96.97%87.06%-
HSV(B)212.81º25.2%99.61%-
XYZ64.4668.77103.64-
YUV214.32150.39110.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.66%
GREEN value IS 219 (85.94% from 255) = 33.03%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=28.66%
G=33.03%
B=38.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902192540.250.1400.00212.8196.9787.06
HexBEDBFE19E00d56157
Octal276333376311600325141127
Binary101111101101101111111110110011110001101010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBFE; }

 p { color: rgb(190,219,254); }

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

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

 a { background-color: rgb(190,219,254); }

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

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

 span { border-color: rgb(190,219,254); }

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