Html Css Color HEX #B5DEDC Powder Blue

📋 copy color: '#B5DEDC'

red 181 ◦ green 222 ◦ blue 220

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

Shades of Powder Blue #B5DEDC

Tints of Powder Blue #B5DEDC

RGB

 RED value IS 181 (71.09% from 255) = 29.05%

 GREEN value IS 222 (87.11% from 255) = 35.63%

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

R = 29.05%
G = 35.63%
B = 35.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#B5DEDC (or 0xB5DEDC) is known color: Powder Blue. HEX triplet: B5, DE and DC. RGB value is (181,222,220). Sum of RGB (Red+Green+Blue) = 181+222+220=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DEDC is #4A2123. Grayscale: #D1D1D1. Windows color (decimal): -4858148 or 14474933. OLE color: 14474933.

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

Color convert

RGB 181 222 220 -
CMYK 0.18 0 0.01 0.13
HSL 177.07º 0.38% 0.79% -
HSV(B) 177.07º 0.18% 0.87% -
XYZ 58.1 67.23 77.63 -
YUV 209.51 133.92 107.66 -
System Red Green Blue C M Y K H S L
Decimal 181 222 220 0.18 0 0.01 0.13 177.07 0.38 0.79
Hex B5 DE DC 12 0 1 D B1 26 4F
Octal 265 336 334 22 0 1 15 261 46 117
Binary 10110101 11011110 11011100 10010 0 1 1101 10110001 100110 1001111

Color Harmonies of #B5DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DEDC

Black with #B5DEDC

Text Example


Text Example

White with #B5DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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