Html Css Color HEX #BEDDDF Powder Blue

📋 copy color: '#BEDDDF'

red 190 ◦ green 221 ◦ blue 223

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

Shades of Powder Blue #BEDDDF

Tints of Powder Blue #BEDDDF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.86%

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

R = 29.97%
G = 34.86%
B = 35.17%

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

#BEDDDF (or 0xBEDDDF) is known color: Powder Blue. HEX triplet: BE, DD and DF. RGB value is (190,221,223). Sum of RGB (Red+Green+Blue) = 190+221+223=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEDDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDDF is #412220. Grayscale: #D3D3D3. Windows color (decimal): -4268577 or 14671294. OLE color: 14671294.

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

Color convert

RGB 190 221 223 -
CMYK 0.15 0.01 0 0.13
HSL 183.64º 0.34% 0.81% -
HSV(B) 183.64º 0.15% 0.87% -
XYZ 60.41 67.99 79.75 -
YUV 211.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 190 221 223 0.15 0.01 0 0.13 183.64 0.34 0.81
Hex BE DD DF F 1 0 D B8 22 51
Octal 276 335 337 17 1 0 15 270 42 121
Binary 10111110 11011101 11011111 1111 1 0 1101 10111000 100010 1010001

Color Harmonies of #BEDDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDDDF

Black with #BEDDDF

Text Example


Text Example

White with #BEDDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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