Html Css Color HEX #B6D3BF Nebula

📋 copy color: '#B6D3BF'

red 182 ◦ green 211 ◦ blue 191

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

Shades of Nebula #B6D3BF

Tints of Nebula #B6D3BF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.13%

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

R = 31.16%
G = 36.13%
B = 32.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#B6D3BF (or 0xB6D3BF) is known color: Nebula. HEX triplet: B6, D3 and BF. RGB value is (182,211,191). Sum of RGB (Red+Green+Blue) = 182+211+191=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D3BF is #492C40. Grayscale: #C8C8C8. Windows color (decimal): -4795457 or 12571574. OLE color: 12571574.

HSL color Cylindrical-coordinate representation of color #B6D3BF: hue angle of 138.62º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6D3BF is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 211 191 -
CMYK 0.14 0 0.09 0.17
HSL 138.62º 0.25% 0.77% -
HSV(B) 138.62º 0.14% 0.83% -
XYZ 51.99 60.3 58.19 -
YUV 200.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 182 211 191 0.14 0 0.09 0.17 138.62 0.25 0.77
Hex B6 D3 BF E 0 9 11 8B 19 4D
Octal 266 323 277 16 0 11 21 213 31 115
Binary 10110110 11010011 10111111 1110 0 1001 10001 10001011 11001 1001101

Color Harmonies of #B6D3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D3BF

Black with #B6D3BF

Text Example


Text Example

White with #B6D3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D3BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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