Html Css Color HEX #B8DCDB Powder Blue

📋 copy color: '#B8DCDB'

red 184 ◦ green 220 ◦ blue 219

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

Shades of Powder Blue #B8DCDB

Tints of Powder Blue #B8DCDB

RGB

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

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

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

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

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 184 220 219 -
CMYK 0.16 0 0.00 0.14
HSL 178.33º 0.34% 0.79% -
HSV(B) 178.33º 0.16% 0.86% -
XYZ 58.15 66.49 76.79 -
YUV 209.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 184 220 219 0.16 0 0.00 0.14 178.33 0.34 0.79
Hex B8 DC DB 10 0 0 E B2 22 4F
Octal 270 334 333 20 0 0 16 262 42 117
Binary 10111000 11011100 11011011 10000 0 0 1110 10110010 100010 1001111

Color Harmonies of #B8DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DCDB

Black with #B8DCDB

Text Example


Text Example

White with #B8DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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