Html Css Color HEX #B6CDC0 Nebula

📋 copy color: '#B6CDC0'

red 182 ◦ green 205 ◦ blue 192

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

Shades of Nebula #B6CDC0

Tints of Nebula #B6CDC0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.41%

 BLUE value IS 192 (75.39% from 255) = 33.16%

R = 31.43%
G = 35.41%
B = 33.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#B6CDC0 (or 0xB6CDC0) is known color: Nebula. HEX triplet: B6, CD and C0. RGB value is (182,205,192). Sum of RGB (Red+Green+Blue) = 182+205+192=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDC0 is #49323F. Grayscale: #C4C4C4. Windows color (decimal): -4796992 or 12635574. OLE color: 12635574.

HSL color Cylindrical-coordinate representation of color #B6CDC0: hue angle of 146.09º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6CDC0 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 205 192 -
CMYK 0.11 0 0.06 0.20
HSL 146.09º 0.19% 0.76% -
HSV(B) 146.09º 0.11% 0.8% -
XYZ 50.64 57.41 58.28 -
YUV 196.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 182 205 192 0.11 0 0.06 0.20 146.09 0.19 0.76
Hex B6 CD C0 B 0 6 14 92 13 4C
Octal 266 315 300 13 0 6 24 222 23 114
Binary 10110110 11001101 11000000 1011 0 110 10100 10010010 10011 1001100

Color Harmonies of #B6CDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CDC0

Black with #B6CDC0

Text Example


Text Example

White with #B6CDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CDC0; }

 p { color: rgb(182,205,192); }

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

background-color css

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

 a { background-color: rgb(182,205,192); }

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

border-color css

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

 span { border-color: rgb(182,205,192); }

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