Html Css Color HEX #BED7DC Powder Blue

📋 copy color: '#BED7DC'

red 190 ◦ green 215 ◦ blue 220

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

Shades of Powder Blue #BED7DC

Tints of Powder Blue #BED7DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.2%

R = 30.4%
G = 34.4%
B = 35.2%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BED7DC (or 0xBED7DC) is known color: Powder Blue. HEX triplet: BE, D7 and DC. RGB value is (190,215,220). Sum of RGB (Red+Green+Blue) = 190+215+220=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #BED7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7DC is #412823. Grayscale: #D0D0D0. Windows color (decimal): -4270116 or 14473150. OLE color: 14473150.

HSL color Cylindrical-coordinate representation of color #BED7DC: hue angle of 190º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED7DC is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 215 220 -
CMYK 0.14 0.02 0 0.14
HSL 190º 0.3% 0.8% -
HSV(B) 190º 0.14% 0.86% -
XYZ 58.45 64.72 77.12 -
YUV 208.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 190 215 220 0.14 0.02 0 0.14 190 0.3 0.8
Hex BE D7 DC E 2 0 E BE 1E 50
Octal 276 327 334 16 2 0 16 276 36 120
Binary 10111110 11010111 11011100 1110 10 0 1110 10111110 11110 1010000

Color Harmonies of #BED7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7DC

Black with #BED7DC

Text Example


Text Example

White with #BED7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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