#BEDBF4

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

Shades of Pale Cornflower Blue #BEDBF4

Tints of Pale Cornflower Blue #BEDBF4

Color information

#BEDBF4 (or 0xBEDBF4) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, DB and F4. RGB value is (190,219,244). Sum of RGB (Red+Green+Blue) = 190+219+244=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #BEDBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDBF4 is #41240B. Grayscale: #D5D5D5. Windows color (decimal): -4269068 or 16047038. OLE color: 16047038.

HSL color Cylindrical-coordinate representation of color #BEDBF4: hue angle of 207.78º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEDBF4 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190219244-
CMYK0.220.1000.04
HSL207.78º71.05%85.1%-
HSV(B)207.78º22.13%95.69%-
XYZ62.968.1495.43-
YUV213.18145.39111.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.10%
GREEN value IS 219 (85.94% from 255) = 33.54%
BLUE value IS 244 (95.70% from 255) = 37.37%
R=29.10%
G=33.54%
B=37.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902192440.220.1000.04207.7871.0585.1
HexBEDBF416A04d04755
Octal276333364261204320107125
Binary10111110110110111111010010110101001001101000010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBF4; }

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

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

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

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

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

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

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

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