Html Css Color HEX #B3DCDB Powder Blue

📋 copy color: '#B3DCDB'

red 179 ◦ green 220 ◦ blue 219

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

Shades of Powder Blue #B3DCDB

Tints of Powder Blue #B3DCDB

RGB

 RED value IS 179 (70.31% from 255) = 28.96%

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

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

R = 28.96%
G = 35.6%
B = 35.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#B3DCDB (or 0xB3DCDB) is known color: Powder Blue. HEX triplet: B3, DC and DB. RGB value is (179,220,219). Sum of RGB (Red+Green+Blue) = 179+220+219=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCDB is #4C2324. Grayscale: #CFCFCF. Windows color (decimal): -4989733 or 14408883. OLE color: 14408883.

HSL color Cylindrical-coordinate representation of color #B3DCDB: hue angle of 178.54º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DCDB is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 220 219 -
CMYK 0.19 0 0.00 0.14
HSL 178.54º 0.37% 0.78% -
HSV(B) 178.54º 0.19% 0.86% -
XYZ 56.97 65.88 76.73 -
YUV 207.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 179 220 219 0.19 0 0.00 0.14 178.54 0.37 0.78
Hex B3 DC DB 13 0 0 E B3 25 4E
Octal 263 334 333 23 0 0 16 263 45 116
Binary 10110011 11011100 11011011 10011 0 0 1110 10110011 100101 1001110

Color Harmonies of #B3DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DCDB

Black with #B3DCDB

Text Example


Text Example

White with #B3DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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