Html Css Color HEX #B8D7DC Powder Blue

📋 copy color: '#B8D7DC'

red 184 ◦ green 215 ◦ blue 220

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

Shades of Powder Blue #B8D7DC

Tints of Powder Blue #B8D7DC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.73%

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

R = 29.73%
G = 34.73%
B = 35.54%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8D7DC (or 0xB8D7DC) is known color: Powder Blue. HEX triplet: B8, D7 and DC. RGB value is (184,215,220). Sum of RGB (Red+Green+Blue) = 184+215+220=619 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.73% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8D7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D7DC is #472823. Grayscale: #CECECE. Windows color (decimal): -4663332 or 14473144. OLE color: 14473144.

HSL color Cylindrical-coordinate representation of color #B8D7DC: hue angle of 188.33º 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 #B8D7DC is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 215 220 -
CMYK 0.16 0.02 0 0.14
HSL 188.33º 0.34% 0.79% -
HSV(B) 188.33º 0.16% 0.86% -
XYZ 56.99 63.96 77.05 -
YUV 206.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 184 215 220 0.16 0.02 0 0.14 188.33 0.34 0.79
Hex B8 D7 DC 10 2 0 E BC 22 4F
Octal 270 327 334 20 2 0 16 274 42 117
Binary 10111000 11010111 11011100 10000 10 0 1110 10111100 100010 1001111

Color Harmonies of #B8D7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D7DC

Black with #B8D7DC

Text Example


Text Example

White with #B8D7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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