Html Css Color HEX #BEDCDF Powder Blue

📋 copy color: '#BEDCDF'

red 190 ◦ green 220 ◦ blue 223

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

Shades of Powder Blue #BEDCDF

Tints of Powder Blue #BEDCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.76%

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

R = 30.02%
G = 34.76%
B = 35.23%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEDCDF (or 0xBEDCDF) is known color: Powder Blue. HEX triplet: BE, DC and DF. RGB value is (190,220,223). Sum of RGB (Red+Green+Blue) = 190+220+223=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEDCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDCDF is #412320. Grayscale: #D3D3D3. Windows color (decimal): -4268833 or 14671038. OLE color: 14671038.

HSL color Cylindrical-coordinate representation of color #BEDCDF: hue angle of 185.45º 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 #BEDCDF is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 220 223 -
CMYK 0.15 0.01 0 0.13
HSL 185.45º 0.34% 0.81% -
HSV(B) 185.45º 0.15% 0.87% -
XYZ 60.15 67.46 79.66 -
YUV 211.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 190 220 223 0.15 0.01 0 0.13 185.45 0.34 0.81
Hex BE DC DF F 1 0 D B9 22 51
Octal 276 334 337 17 1 0 15 271 42 121
Binary 10111110 11011100 11011111 1111 1 0 1101 10111001 100010 1010001

Color Harmonies of #BEDCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDCDF

Black with #BEDCDF

Text Example


Text Example

White with #BEDCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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