Html Css Color HEX #B8DADC Powder Blue

📋 copy color: '#B8DADC'

red 184 ◦ green 218 ◦ blue 220

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

Shades of Powder Blue #B8DADC

Tints of Powder Blue #B8DADC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.05%

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

R = 29.58%
G = 35.05%
B = 35.37%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8DADC (or 0xB8DADC) is known color: Powder Blue. HEX triplet: B8, DA and DC. RGB value is (184,218,220). Sum of RGB (Red+Green+Blue) = 184+218+220=622 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.58% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DADC is #472523. Grayscale: #D0D0D0. Windows color (decimal): -4662564 or 14473912. OLE color: 14473912.

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

Color convert

RGB 184 218 220 -
CMYK 0.16 0.01 0 0.14
HSL 183.33º 0.34% 0.79% -
HSV(B) 183.33º 0.16% 0.86% -
XYZ 57.76 65.5 77.31 -
YUV 208.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 184 218 220 0.16 0.01 0 0.14 183.33 0.34 0.79
Hex B8 DA DC 10 1 0 E B7 22 4F
Octal 270 332 334 20 1 0 16 267 42 117
Binary 10111000 11011010 11011100 10000 1 0 1110 10110111 100010 1001111

Color Harmonies of #B8DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DADC

Black with #B8DADC

Text Example


Text Example

White with #B8DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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