Html Css Color HEX #B9D5C5 Nebula

📋 copy color: '#B9D5C5'

red 185 ◦ green 213 ◦ blue 197

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

Shades of Nebula #B9D5C5

Tints of Nebula #B9D5C5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.8%

 BLUE value IS 197 (77.34% from 255) = 33.11%

R = 31.09%
G = 35.8%
B = 33.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#B9D5C5 (or 0xB9D5C5) is known color: Nebula. HEX triplet: B9, D5 and C5. RGB value is (185,213,197). Sum of RGB (Red+Green+Blue) = 185+213+197=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D5C5 is #462A3A. Grayscale: #CACACA. Windows color (decimal): -4598331 or 12965305. OLE color: 12965305.

HSL color Cylindrical-coordinate representation of color #B9D5C5: hue angle of 145.71º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9D5C5 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 213 197 -
CMYK 0.13 0 0.08 0.16
HSL 145.71º 0.25% 0.78% -
HSV(B) 145.71º 0.13% 0.84% -
XYZ 53.88 61.93 61.94 -
YUV 202.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 185 213 197 0.13 0 0.08 0.16 145.71 0.25 0.78
Hex B9 D5 C5 D 0 8 10 92 19 4E
Octal 271 325 305 15 0 10 20 222 31 116
Binary 10111001 11010101 11000101 1101 0 1000 10000 10010010 11001 1001110

Color Harmonies of #B9D5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D5C5

Black with #B9D5C5

Text Example


Text Example

White with #B9D5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D5C5; }

 p { color: rgb(185,213,197); }

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

background-color css

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

 a { background-color: rgb(185,213,197); }

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

border-color css

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

 span { border-color: rgb(185,213,197); }

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