Html Css Color HEX #B8DCDD Powder Blue

📋 copy color: '#B8DCDD'

red 184 ◦ green 220 ◦ blue 221

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

Shades of Powder Blue #B8DCDD

Tints of Powder Blue #B8DCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.2%

 BLUE value IS 221 (86.72% from 255) = 35.36%

R = 29.44%
G = 35.2%
B = 35.36%

CMYK

 C value IS 0.17

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B8DCDD (or 0xB8DCDD) is known color: Powder Blue. HEX triplet: B8, DC and DD. RGB value is (184,220,221). Sum of RGB (Red+Green+Blue) = 184+220+221=625 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.44% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCDD is #472322. Grayscale: #D1D1D1. Windows color (decimal): -4662051 or 14539960. OLE color: 14539960.

HSL color Cylindrical-coordinate representation of color #B8DCDD: hue angle of 181.62º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DCDD is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 220 221 -
CMYK 0.17 0.00 0 0.13
HSL 181.62º 0.35% 0.79% -
HSV(B) 181.62º 0.17% 0.87% -
XYZ 58.41 66.6 78.18 -
YUV 209.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 184 220 221 0.17 0.00 0 0.13 181.62 0.35 0.79
Hex B8 DC DD 11 0 0 D B6 23 4F
Octal 270 334 335 21 0 0 15 266 43 117
Binary 10111000 11011100 11011101 10001 0 0 1101 10110110 100011 1001111

Color Harmonies of #B8DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DCDD

Black with #B8DCDD

Text Example


Text Example

White with #B8DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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