Html Css Color HEX #B2D0BD Nebula

📋 copy color: '#B2D0BD'

red 178 ◦ green 208 ◦ blue 189

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

Shades of Nebula #B2D0BD

Tints of Nebula #B2D0BD

RGB

 RED value IS 178 (69.92% from 255) = 30.96%

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

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

R = 30.96%
G = 36.17%
B = 32.87%

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

#B2D0BD (or 0xB2D0BD) is known color: Nebula. HEX triplet: B2, D0 and BD. RGB value is (178,208,189). Sum of RGB (Red+Green+Blue) = 178+208+189=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D0BD is #4D2F42. Grayscale: #C4C4C4. Windows color (decimal): -5058371 or 12439730. OLE color: 12439730.

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

Color convert

RGB 178 208 189 -
CMYK 0.14 0 0.09 0.18
HSL 142º 0.24% 0.76% -
HSV(B) 142º 0.14% 0.82% -
XYZ 50.1 58.25 56.75 -
YUV 196.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 178 208 189 0.14 0 0.09 0.18 142 0.24 0.76
Hex B2 D0 BD E 0 9 12 8E 18 4C
Octal 262 320 275 16 0 11 22 216 30 114
Binary 10110010 11010000 10111101 1110 0 1001 10010 10001110 11000 1001100

Color Harmonies of #B2D0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D0BD

Black with #B2D0BD

Text Example


Text Example

White with #B2D0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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