Html Css Color HEX #B2D1BF Nebula

📋 copy color: '#B2D1BF'

red 178 ◦ green 209 ◦ blue 191

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

Shades of Nebula #B2D1BF

Tints of Nebula #B2D1BF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.16%

 BLUE value IS 191 (75% from 255) = 33.04%

R = 30.8%
G = 36.16%
B = 33.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#B2D1BF (or 0xB2D1BF) is known color: Nebula. HEX triplet: B2, D1 and BF. RGB value is (178,209,191). Sum of RGB (Red+Green+Blue) = 178+209+191=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D1BF is #4D2E40. Grayscale: #C5C5C5. Windows color (decimal): -5058113 or 12571058. OLE color: 12571058.

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

Color convert

RGB 178 209 191 -
CMYK 0.15 0 0.09 0.18
HSL 145.16º 0.25% 0.76% -
HSV(B) 145.16º 0.15% 0.82% -
XYZ 50.56 58.83 57.98 -
YUV 197.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 178 209 191 0.15 0 0.09 0.18 145.16 0.25 0.76
Hex B2 D1 BF F 0 9 12 91 19 4C
Octal 262 321 277 17 0 11 22 221 31 114
Binary 10110010 11010001 10111111 1111 0 1001 10010 10010001 11001 1001100

Color Harmonies of #B2D1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D1BF

Black with #B2D1BF

Text Example


Text Example

White with #B2D1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D1BF; }

 p { color: rgb(178,209,191); }

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

background-color css

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

 a { background-color: rgb(178,209,191); }

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

border-color css

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

 span { border-color: rgb(178,209,191); }

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