Html Css Color HEX #B3D9DE Powder Blue

📋 copy color: '#B3D9DE'

red 179 ◦ green 217 ◦ blue 222

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

Shades of Powder Blue #B3D9DE

Tints of Powder Blue #B3D9DE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.11%

 BLUE value IS 222 (87.11% from 255) = 35.92%

R = 28.96%
G = 35.11%
B = 35.92%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B3D9DE (or 0xB3D9DE) is known color: Powder Blue. HEX triplet: B3, D9 and DE. RGB value is (179,217,222). Sum of RGB (Red+Green+Blue) = 179+217+222=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3D9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D9DE is #4C2621. Grayscale: #CECECE. Windows color (decimal): -4990498 or 14604723. OLE color: 14604723.

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

Color convert

RGB 179 217 222 -
CMYK 0.19 0.02 0 0.13
HSL 186.98º 0.39% 0.79% -
HSV(B) 186.98º 0.19% 0.87% -
XYZ 56.59 64.48 78.57 -
YUV 206.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 179 217 222 0.19 0.02 0 0.13 186.98 0.39 0.79
Hex B3 D9 DE 13 2 0 D BB 27 4F
Octal 263 331 336 23 2 0 15 273 47 117
Binary 10110011 11011001 11011110 10011 10 0 1101 10111011 100111 1001111

Color Harmonies of #B3D9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D9DE

Black with #B3D9DE

Text Example


Text Example

White with #B3D9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D9DE; }

 p { color: rgb(179,217,222); }

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

background-color css

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

 a { background-color: rgb(179,217,222); }

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

border-color css

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

 span { border-color: rgb(179,217,222); }

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