Html Css Color HEX #B3D0BD Nebula

📋 copy color: '#B3D0BD'

red 179 ◦ green 208 ◦ blue 189

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

Shades of Nebula #B3D0BD

Tints of Nebula #B3D0BD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.11%

 BLUE value IS 189 (74.22% from 255) = 32.81%

R = 31.08%
G = 36.11%
B = 32.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#B3D0BD (or 0xB3D0BD) is known color: Nebula. HEX triplet: B3, D0 and BD. RGB value is (179,208,189). Sum of RGB (Red+Green+Blue) = 179+208+189=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 208 - color contains mainly: green. Hex color #B3D0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D0BD is #4C2F42. Grayscale: #C5C5C5. Windows color (decimal): -4992835 or 12439731. OLE color: 12439731.

HSL color Cylindrical-coordinate representation of color #B3D0BD: hue angle of 140.69º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3D0BD is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 208 189 -
CMYK 0.14 0 0.09 0.18
HSL 140.69º 0.24% 0.76% -
HSV(B) 140.69º 0.14% 0.82% -
XYZ 50.33 58.37 56.76 -
YUV 197.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 179 208 189 0.14 0 0.09 0.18 140.69 0.24 0.76
Hex B3 D0 BD E 0 9 12 8D 18 4C
Octal 263 320 275 16 0 11 22 215 30 114
Binary 10110011 11010000 10111101 1110 0 1001 10010 10001101 11000 1001100

Color Harmonies of #B3D0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D0BD

Black with #B3D0BD

Text Example


Text Example

White with #B3D0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D0BD; }

 p { color: rgb(179,208,189); }

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

background-color css

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

 a { background-color: rgb(179,208,189); }

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

border-color css

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

 span { border-color: rgb(179,208,189); }

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