Html Css Color HEX #B6C5BD Nebula

📋 copy color: '#B6C5BD'

red 182 ◦ green 197 ◦ blue 189

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

Shades of Nebula #B6C5BD

Tints of Nebula #B6C5BD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.68%

 BLUE value IS 189 (74.22% from 255) = 33.27%

R = 32.04%
G = 34.68%
B = 33.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#B6C5BD (or 0xB6C5BD) is known color: Nebula. HEX triplet: B6, C5 and BD. RGB value is (182,197,189). Sum of RGB (Red+Green+Blue) = 182+197+189=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C5BD is #493A42. Grayscale: #BFBFBF. Windows color (decimal): -4799043 or 12436918. OLE color: 12436918.

HSL color Cylindrical-coordinate representation of color #B6C5BD: hue angle of 148º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B6C5BD is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 182 197 189 -
CMYK 0.08 0 0.04 0.23
HSL 148º 0.11% 0.74% -
HSV(B) 148º 0.08% 0.77% -
XYZ 48.44 53.55 55.93 -
YUV 191.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 182 197 189 0.08 0 0.04 0.23 148 0.11 0.74
Hex B6 C5 BD 8 0 4 17 94 B 4A
Octal 266 305 275 10 0 4 27 224 13 112
Binary 10110110 11000101 10111101 1000 0 100 10111 10010100 1011 1001010

Color Harmonies of #B6C5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C5BD

Black with #B6C5BD

Text Example


Text Example

White with #B6C5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C5BD; }

 p { color: rgb(182,197,189); }

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

background-color css

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

 a { background-color: rgb(182,197,189); }

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

border-color css

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

 span { border-color: rgb(182,197,189); }

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