Html Css Color HEX #B8DCDC Powder Blue

📋 copy color: '#B8DCDC'

red 184 ◦ green 220 ◦ blue 220

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

Shades of Powder Blue #B8DCDC

Tints of Powder Blue #B8DCDC

RGB

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

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

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

R = 29.49%
G = 35.26%
B = 35.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8DCDC (or 0xB8DCDC) is known color: Powder Blue. HEX triplet: B8, DC and DC. RGB value is (184,220,220). Sum of RGB (Red+Green+Blue) = 184+220+220=624 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.49% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #B8DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCDC is #472323. Grayscale: #D1D1D1. Windows color (decimal): -4662052 or 14474424. OLE color: 14474424.

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

Color convert

RGB 184 220 220 -
CMYK 0.16 0 0 0.14
HSL 180º 0.34% 0.79% -
HSV(B) 180º 0.16% 0.86% -
XYZ 58.28 66.54 77.48 -
YUV 209.24 134.07 110 -
System Red Green Blue C M Y K H S L
Decimal 184 220 220 0.16 0 0 0.14 180 0.34 0.79
Hex B8 DC DC 10 0 0 E B4 22 4F
Octal 270 334 334 20 0 0 16 264 42 117
Binary 10111000 11011100 11011100 10000 0 0 1110 10110100 100010 1001111

Color Harmonies of #B8DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DCDC

Black with #B8DCDC

Text Example


Text Example

White with #B8DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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