Html Css Color HEX #B6D2C2 Nebula

📋 copy color: '#B6D2C2'

red 182 ◦ green 210 ◦ blue 194

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

Shades of Nebula #B6D2C2

Tints of Nebula #B6D2C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.11%

R = 31.06%
G = 35.84%
B = 33.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#B6D2C2 (or 0xB6D2C2) is known color: Nebula. HEX triplet: B6, D2 and C2. RGB value is (182,210,194). Sum of RGB (Red+Green+Blue) = 182+210+194=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D2C2 is #492D3D. Grayscale: #C7C7C7. Windows color (decimal): -4795710 or 12767926. OLE color: 12767926.

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

Color convert

RGB 182 210 194 -
CMYK 0.13 0 0.08 0.18
HSL 145.71º 0.24% 0.77% -
HSV(B) 145.71º 0.13% 0.82% -
XYZ 52.08 59.93 59.86 -
YUV 199.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 182 210 194 0.13 0 0.08 0.18 145.71 0.24 0.77
Hex B6 D2 C2 D 0 8 12 92 18 4D
Octal 266 322 302 15 0 10 22 222 30 115
Binary 10110110 11010010 11000010 1101 0 1000 10010 10010010 11000 1001101

Color Harmonies of #B6D2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D2C2

Black with #B6D2C2

Text Example


Text Example

White with #B6D2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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