Html Css Color HEX #B6D2BF Nebula

📋 copy color: '#B6D2BF'

red 182 ◦ green 210 ◦ blue 191

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

Shades of Nebula #B6D2BF

Tints of Nebula #B6D2BF

RGB

 RED value IS 182 (71.48% from 255) = 31.22%

 GREEN value IS 210 (82.42% from 255) = 36.02%

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

R = 31.22%
G = 36.02%
B = 32.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#B6D2BF (or 0xB6D2BF) is known color: Nebula. HEX triplet: B6, D2 and BF. RGB value is (182,210,191). Sum of RGB (Red+Green+Blue) = 182+210+191=583 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.22% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D2BF is #492D40. Grayscale: #C7C7C7. Windows color (decimal): -4795713 or 12571318. OLE color: 12571318.

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

Color convert

RGB 182 210 191 -
CMYK 0.13 0 0.09 0.18
HSL 139.29º 0.24% 0.77% -
HSV(B) 139.29º 0.13% 0.82% -
XYZ 51.74 59.8 58.11 -
YUV 199.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 182 210 191 0.13 0 0.09 0.18 139.29 0.24 0.77
Hex B6 D2 BF D 0 9 12 8B 18 4D
Octal 266 322 277 15 0 11 22 213 30 115
Binary 10110110 11010010 10111111 1101 0 1001 10010 10001011 11000 1001101

Color Harmonies of #B6D2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D2BF

Black with #B6D2BF

Text Example


Text Example

White with #B6D2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D2BF; }

 p { color: rgb(182,210,191); }

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

background-color css

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

 a { background-color: rgb(182,210,191); }

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

border-color css

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

 span { border-color: rgb(182,210,191); }

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