Html Css Color HEX #B4C9BB Nebula

📋 copy color: '#B4C9BB'

red 180 ◦ green 201 ◦ blue 187

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

Shades of Nebula #B4C9BB

Tints of Nebula #B4C9BB

RGB

 RED value IS 180 (70.7% from 255) = 31.69%

 GREEN value IS 201 (78.91% from 255) = 35.39%

 BLUE value IS 187 (73.44% from 255) = 32.92%

R = 31.69%
G = 35.39%
B = 32.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#B4C9BB (or 0xB4C9BB) is known color: Nebula. HEX triplet: B4, C9 and BB. RGB value is (180,201,187). Sum of RGB (Red+Green+Blue) = 180+201+187=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C9BB is #4B3644. Grayscale: #C1C1C1. Windows color (decimal): -4929093 or 12306868. OLE color: 12306868.

HSL color Cylindrical-coordinate representation of color #B4C9BB: hue angle of 140º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4C9BB is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 201 187 -
CMYK 0.10 0 0.07 0.21
HSL 140º 0.16% 0.75% -
HSV(B) 140º 0.1% 0.79% -
XYZ 48.68 55.06 55.08 -
YUV 193.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 180 201 187 0.10 0 0.07 0.21 140 0.16 0.75
Hex B4 C9 BB A 0 7 15 8C 10 4B
Octal 264 311 273 12 0 7 25 214 20 113
Binary 10110100 11001001 10111011 1010 0 111 10101 10001100 10000 1001011

Color Harmonies of #B4C9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C9BB

Black with #B4C9BB

Text Example


Text Example

White with #B4C9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C9BB; }

 p { color: rgb(180,201,187); }

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

background-color css

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

 a { background-color: rgb(180,201,187); }

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

border-color css

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

 span { border-color: rgb(180,201,187); }

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