Html Css Color HEX #B5DBDC Powder Blue

📋 copy color: '#B5DBDC'

red 181 ◦ green 219 ◦ blue 220

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

Shades of Powder Blue #B5DBDC

Tints of Powder Blue #B5DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.32%

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

R = 29.19%
G = 35.32%
B = 35.48%

CMYK

 C value IS 0.18

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5DBDC (or 0xB5DBDC) is known color: Powder Blue. HEX triplet: B5, DB and DC. RGB value is (181,219,220). Sum of RGB (Red+Green+Blue) = 181+219+220=620 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.19% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBDC is #4A2423. Grayscale: #CFCFCF. Windows color (decimal): -4858916 or 14474165. OLE color: 14474165.

HSL color Cylindrical-coordinate representation of color #B5DBDC: hue angle of 181.54º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DBDC is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 219 220 -
CMYK 0.18 0.00 0 0.14
HSL 181.54º 0.36% 0.79% -
HSV(B) 181.54º 0.18% 0.86% -
XYZ 57.31 65.65 77.36 -
YUV 207.75 134.91 108.92 -
System Red Green Blue C M Y K H S L
Decimal 181 219 220 0.18 0.00 0 0.14 181.54 0.36 0.79
Hex B5 DB DC 12 0 0 E B6 24 4F
Octal 265 333 334 22 0 0 16 266 44 117
Binary 10110101 11011011 11011100 10010 0 0 1110 10110110 100100 1001111

Color Harmonies of #B5DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DBDC

Black with #B5DBDC

Text Example


Text Example

White with #B5DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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