Html Css Color HEX #BED7EF Pale Cornflower Blue

📋 copy color: '#BED7EF'

red 190 ◦ green 215 ◦ blue 239

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

Shades of Pale Cornflower Blue #BED7EF

Tints of Pale Cornflower Blue #BED7EF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.39%

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

R = 29.5%
G = 33.39%
B = 37.11%

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

#BED7EF (or 0xBED7EF) is known color: Pale Cornflower Blue. HEX triplet: BE, D7 and EF. RGB value is (190,215,239). Sum of RGB (Red+Green+Blue) = 190+215+239=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #BED7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED7EF is #412810. Grayscale: #D2D2D2. Windows color (decimal): -4270097 or 15718334. OLE color: 15718334.

HSL color Cylindrical-coordinate representation of color #BED7EF: hue angle of 209.39º 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 #BED7EF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 215 239 -
CMYK 0.21 0.10 0 0.06
HSL 209.39º 0.6% 0.84% -
HSV(B) 209.39º 0.21% 0.94% -
XYZ 61.12 65.78 91.14 -
YUV 210.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 190 215 239 0.21 0.10 0 0.06 209.39 0.6 0.84
Hex BE D7 EF 15 A 0 6 D1 3C 54
Octal 276 327 357 25 12 0 6 321 74 124
Binary 10111110 11010111 11101111 10101 1010 0 110 11010001 111100 1010100

Color Harmonies of #BED7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7EF

Black with #BED7EF

Text Example


Text Example

White with #BED7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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