Html Css Color HEX #B5DBDE Powder Blue

📋 copy color: '#B5DBDE'

red 181 ◦ green 219 ◦ blue 222

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

Shades of Powder Blue #B5DBDE

Tints of Powder Blue #B5DBDE

RGB

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

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

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

R = 29.1%
G = 35.21%
B = 35.69%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5DBDE (or 0xB5DBDE) is known color: Powder Blue. HEX triplet: B5, DB and DE. RGB value is (181,219,222). Sum of RGB (Red+Green+Blue) = 181+219+222=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBDE is #4A2421. Grayscale: #CFCFCF. Windows color (decimal): -4858914 or 14605237. OLE color: 14605237.

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

Color convert

RGB 181 219 222 -
CMYK 0.18 0.01 0 0.13
HSL 184.39º 0.38% 0.79% -
HSV(B) 184.39º 0.18% 0.87% -
XYZ 57.57 65.76 78.77 -
YUV 207.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 181 219 222 0.18 0.01 0 0.13 184.39 0.38 0.79
Hex B5 DB DE 12 1 0 D B8 26 4F
Octal 265 333 336 22 1 0 15 270 46 117
Binary 10110101 11011011 11011110 10010 1 0 1101 10111000 100110 1001111

Color Harmonies of #B5DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DBDE

Black with #B5DBDE

Text Example


Text Example

White with #B5DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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