Html Css Color HEX #B5C9BD Nebula

📋 copy color: '#B5C9BD'

red 181 ◦ green 201 ◦ blue 189

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

Shades of Nebula #B5C9BD

Tints of Nebula #B5C9BD

RGB

 RED value IS 181 (71.09% from 255) = 31.7%

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

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

R = 31.7%
G = 35.2%
B = 33.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#B5C9BD (or 0xB5C9BD) is known color: Nebula. HEX triplet: B5, C9 and BD. RGB value is (181,201,189). Sum of RGB (Red+Green+Blue) = 181+201+189=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C9BD is #4A3642. Grayscale: #C1C1C1. Windows color (decimal): -4863555 or 12437941. OLE color: 12437941.

HSL color Cylindrical-coordinate representation of color #B5C9BD: hue angle of 144º 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 #B5C9BD is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 201 189 -
CMYK 0.10 0 0.06 0.21
HSL 144º 0.16% 0.75% -
HSV(B) 144º 0.1% 0.79% -
XYZ 49.13 55.27 56.22 -
YUV 193.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 181 201 189 0.10 0 0.06 0.21 144 0.16 0.75
Hex B5 C9 BD A 0 6 15 90 10 4B
Octal 265 311 275 12 0 6 25 220 20 113
Binary 10110101 11001001 10111101 1010 0 110 10101 10010000 10000 1001011

Color Harmonies of #B5C9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C9BD

Black with #B5C9BD

Text Example


Text Example

White with #B5C9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C9BD; }

 p { color: rgb(181,201,189); }

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

background-color css

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

 a { background-color: rgb(181,201,189); }

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

border-color css

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

 span { border-color: rgb(181,201,189); }

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