Html Css Color HEX #B8DBDC Powder Blue

📋 copy color: '#B8DBDC'

red 184 ◦ green 219 ◦ blue 220

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

Shades of Powder Blue #B8DBDC

Tints of Powder Blue #B8DBDC

RGB

 RED value IS 184 (72.27% from 255) = 29.53%

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

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

R = 29.53%
G = 35.15%
B = 35.31%

CMYK

 C value IS 0.16

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8DBDC (or 0xB8DBDC) is known color: Powder Blue. HEX triplet: B8, DB and DC. RGB value is (184,219,220). Sum of RGB (Red+Green+Blue) = 184+219+220=623 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.53% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DBDC is #472423. Grayscale: #D0D0D0. Windows color (decimal): -4662308 or 14474168. OLE color: 14474168.

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

Color convert

RGB 184 219 220 -
CMYK 0.16 0.00 0 0.14
HSL 181.67º 0.34% 0.79% -
HSV(B) 181.67º 0.16% 0.86% -
XYZ 58.02 66.02 77.4 -
YUV 208.65 134.4 110.42 -
System Red Green Blue C M Y K H S L
Decimal 184 219 220 0.16 0.00 0 0.14 181.67 0.34 0.79
Hex B8 DB DC 10 0 0 E B6 22 4F
Octal 270 333 334 20 0 0 16 266 42 117
Binary 10111000 11011011 11011100 10000 0 0 1110 10110110 100010 1001111

Color Harmonies of #B8DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DBDC

Black with #B8DBDC

Text Example


Text Example

White with #B8DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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