Html Css Color HEX #B2D9C1 Nebula

📋 copy color: '#B2D9C1'

red 178 ◦ green 217 ◦ blue 193

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

Shades of Nebula #B2D9C1

Tints of Nebula #B2D9C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.82%

R = 30.27%
G = 36.9%
B = 32.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#B2D9C1 (or 0xB2D9C1) is known color: Nebula. HEX triplet: B2, D9 and C1. RGB value is (178,217,193). Sum of RGB (Red+Green+Blue) = 178+217+193=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D9C1 is #4D263E. Grayscale: #CACACA. Windows color (decimal): -5056063 or 12704178. OLE color: 12704178.

HSL color Cylindrical-coordinate representation of color #B2D9C1: hue angle of 143.08º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2D9C1 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 217 193 -
CMYK 0.18 0 0.11 0.15
HSL 143.08º 0.34% 0.77% -
HSV(B) 143.08º 0.18% 0.85% -
XYZ 52.8 62.94 59.82 -
YUV 202.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 178 217 193 0.18 0 0.11 0.15 143.08 0.34 0.77
Hex B2 D9 C1 12 0 B F 8F 22 4D
Octal 262 331 301 22 0 13 17 217 42 115
Binary 10110010 11011001 11000001 10010 0 1011 1111 10001111 100010 1001101

Color Harmonies of #B2D9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D9C1

Black with #B2D9C1

Text Example


Text Example

White with #B2D9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D9C1; }

 p { color: rgb(178,217,193); }

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

background-color css

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

 a { background-color: rgb(178,217,193); }

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

border-color css

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

 span { border-color: rgb(178,217,193); }

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