Html Css Color HEX #BED9DF Powder Blue

📋 copy color: '#BED9DF'

red 190 ◦ green 217 ◦ blue 223

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

Shades of Powder Blue #BED9DF

Tints of Powder Blue #BED9DF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.44%

 BLUE value IS 223 (87.5% from 255) = 35.4%

R = 30.16%
G = 34.44%
B = 35.4%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BED9DF (or 0xBED9DF) is known color: Powder Blue. HEX triplet: BE, D9 and DF. RGB value is (190,217,223). Sum of RGB (Red+Green+Blue) = 190+217+223=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #BED9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9DF is #412620. Grayscale: #D1D1D1. Windows color (decimal): -4269601 or 14670270. OLE color: 14670270.

HSL color Cylindrical-coordinate representation of color #BED9DF: hue angle of 190.91º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BED9DF is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 217 223 -
CMYK 0.15 0.03 0 0.13
HSL 190.91º 0.34% 0.81% -
HSV(B) 190.91º 0.15% 0.87% -
XYZ 59.37 65.9 79.4 -
YUV 209.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 190 217 223 0.15 0.03 0 0.13 190.91 0.34 0.81
Hex BE D9 DF F 3 0 D BF 22 51
Octal 276 331 337 17 3 0 15 277 42 121
Binary 10111110 11011001 11011111 1111 11 0 1101 10111111 100010 1010001

Color Harmonies of #BED9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED9DF

Black with #BED9DF

Text Example


Text Example

White with #BED9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED9DF; }

 p { color: rgb(190,217,223); }

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

background-color css

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

 a { background-color: rgb(190,217,223); }

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

border-color css

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

 span { border-color: rgb(190,217,223); }

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