Html Css Color HEX #BEDCDE Powder Blue

📋 copy color: '#BEDCDE'

red 190 ◦ green 220 ◦ blue 222

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

Shades of Powder Blue #BEDCDE

Tints of Powder Blue #BEDCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.13%

R = 30.06%
G = 34.81%
B = 35.13%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEDCDE (or 0xBEDCDE) is known color: Powder Blue. HEX triplet: BE, DC and DE. RGB value is (190,220,222). Sum of RGB (Red+Green+Blue) = 190+220+222=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEDCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDCDE is #412321. Grayscale: #D3D3D3. Windows color (decimal): -4268834 or 14605502. OLE color: 14605502.

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

Color convert

RGB 190 220 222 -
CMYK 0.14 0.01 0 0.13
HSL 183.75º 0.33% 0.81% -
HSV(B) 183.75º 0.14% 0.87% -
XYZ 60.01 67.41 78.96 -
YUV 211.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 190 220 222 0.14 0.01 0 0.13 183.75 0.33 0.81
Hex BE DC DE E 1 0 D B8 21 51
Octal 276 334 336 16 1 0 15 270 41 121
Binary 10111110 11011100 11011110 1110 1 0 1101 10111000 100001 1010001

Color Harmonies of #BEDCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDCDE

Black with #BEDCDE

Text Example


Text Example

White with #BEDCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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