Html Css Color HEX #B9CCC1 Nebula

📋 copy color: '#B9CCC1'

red 185 ◦ green 204 ◦ blue 193

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

Shades of Nebula #B9CCC1

Tints of Nebula #B9CCC1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.05%

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

R = 31.79%
G = 35.05%
B = 33.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#B9CCC1 (or 0xB9CCC1) is known color: Nebula. HEX triplet: B9, CC and C1. RGB value is (185,204,193). Sum of RGB (Red+Green+Blue) = 185+204+193=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCC1 is #46333E. Grayscale: #C5C5C5. Windows color (decimal): -4600639 or 12700857. OLE color: 12700857.

HSL color Cylindrical-coordinate representation of color #B9CCC1: hue angle of 145.26º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CCC1 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 204 193 -
CMYK 0.09 0 0.05 0.2
HSL 145.26º 0.16% 0.76% -
HSV(B) 145.26º 0.09% 0.8% -
XYZ 51.23 57.35 58.82 -
YUV 197.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 185 204 193 0.09 0 0.05 0.2 145.26 0.16 0.76
Hex B9 CC C1 9 0 5 14 91 10 4C
Octal 271 314 301 11 0 5 24 221 20 114
Binary 10111001 11001100 11000001 1001 0 101 10100 10010001 10000 1001100

Color Harmonies of #B9CCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CCC1

Black with #B9CCC1

Text Example


Text Example

White with #B9CCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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