Html Css Color HEX #B9CAC1 Nebula

📋 copy color: '#B9CAC1'

red 185 ◦ green 202 ◦ blue 193

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

Shades of Nebula #B9CAC1

Tints of Nebula #B9CAC1

RGB

 RED value IS 185 (72.66% from 255) = 31.9%

 GREEN value IS 202 (79.3% from 255) = 34.83%

 BLUE value IS 193 (75.78% from 255) = 33.28%

R = 31.9%
G = 34.83%
B = 33.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#B9CAC1 (or 0xB9CAC1) is known color: Nebula. HEX triplet: B9, CA and C1. RGB value is (185,202,193). Sum of RGB (Red+Green+Blue) = 185+202+193=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CAC1 is #46353E. Grayscale: #C3C3C3. Windows color (decimal): -4601151 or 12700345. OLE color: 12700345.

HSL color Cylindrical-coordinate representation of color #B9CAC1: hue angle of 148.24º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9CAC1 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 202 193 -
CMYK 0.08 0 0.04 0.21
HSL 148.24º 0.14% 0.76% -
HSV(B) 148.24º 0.08% 0.79% -
XYZ 50.75 56.41 58.66 -
YUV 195.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 185 202 193 0.08 0 0.04 0.21 148.24 0.14 0.76
Hex B9 CA C1 8 0 4 15 94 E 4C
Octal 271 312 301 10 0 4 25 224 16 114
Binary 10111001 11001010 11000001 1000 0 100 10101 10010100 1110 1001100

Color Harmonies of #B9CAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CAC1

Black with #B9CAC1

Text Example


Text Example

White with #B9CAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CAC1; }

 p { color: rgb(185,202,193); }

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

background-color css

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

 a { background-color: rgb(185,202,193); }

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

border-color css

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

 span { border-color: rgb(185,202,193); }

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