Html Css Color HEX #BED6EF Pale Cornflower Blue

📋 copy color: '#BED6EF'

red 190 ◦ green 214 ◦ blue 239

#BED6EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #BED6EF

Tints of Pale Cornflower Blue #BED6EF

RGB

 RED value IS 190 (74.61% from 255) = 29.55%

 GREEN value IS 214 (83.98% from 255) = 33.28%

 BLUE value IS 239 (93.75% from 255) = 37.17%

R = 29.55%
G = 33.28%
B = 37.17%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BED6EF (or 0xBED6EF) is known color: Pale Cornflower Blue. HEX triplet: BE, D6 and EF. RGB value is (190,214,239). Sum of RGB (Red+Green+Blue) = 190+214+239=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #BED6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED6EF is #412910. Grayscale: #D1D1D1. Windows color (decimal): -4270353 or 15718078. OLE color: 15718078.

HSL color Cylindrical-coordinate representation of color #BED6EF: hue angle of 210.61º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED6EF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 214 239 -
CMYK 0.21 0.10 0 0.06
HSL 210.61º 0.6% 0.84% -
HSV(B) 210.61º 0.21% 0.94% -
XYZ 60.86 65.27 91.05 -
YUV 209.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 190 214 239 0.21 0.10 0 0.06 210.61 0.6 0.84
Hex BE D6 EF 15 A 0 6 D3 3C 54
Octal 276 326 357 25 12 0 6 323 74 124
Binary 10111110 11010110 11101111 10101 1010 0 110 11010011 111100 1010100

Color Harmonies of #BED6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED6EF

Black with #BED6EF

Text Example


Text Example

White with #BED6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED6EF; }

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

 H1.HeaderClassName
 {
   color: #BED6EF;
 }
 .AnyTagClassName
 {
   color: #BED6EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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