#BEDAF3

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

Shades of Pale Cornflower Blue #BEDAF3

Tints of Pale Cornflower Blue #BEDAF3

Color information

#BEDAF3 (or 0xBEDAF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: BE, DA and F3. RGB value is (190,218,243). Sum of RGB (Red+Green+Blue) = 190+218+243=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #BEDAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDAF3 is #41250C. Grayscale: #D4D4D4. Windows color (decimal): -4269325 or 15981246. OLE color: 15981246.

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

Color convert

RGB190218243-
CMYK0.220.1000.05
HSL208.3º68.83%84.9%-
HSV(B)208.3º21.81%95.29%-
XYZ62.4867.5694.54-
YUV212.48145.22111.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.19%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 243 (95.31% from 255) = 37.33%
R=29.19%
G=33.49%
B=37.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902182430.220.1000.05208.368.8384.9
HexBEDAF316A05d04555
Octal276332363261205320105125
Binary10111110110110101111001110110101001011101000010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAF3; }

 p { color: rgb(190,218,243); }

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

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

 a { background-color: rgb(190,218,243); }

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

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

 span { border-color: rgb(190,218,243); }

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