Html Css Color HEX #B9CDC0 Nebula

📋 copy color: '#B9CDC0'

red 185 ◦ green 205 ◦ blue 192

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

Shades of Nebula #B9CDC0

Tints of Nebula #B9CDC0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.22%

 BLUE value IS 192 (75.39% from 255) = 32.99%

R = 31.79%
G = 35.22%
B = 32.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#B9CDC0 (or 0xB9CDC0) is known color: Nebula. HEX triplet: B9, CD and C0. RGB value is (185,205,192). Sum of RGB (Red+Green+Blue) = 185+205+192=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDC0 is #46323F. Grayscale: #C5C5C5. Windows color (decimal): -4600384 or 12635577. OLE color: 12635577.

HSL color Cylindrical-coordinate representation of color #B9CDC0: hue angle of 141º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CDC0 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 205 192 -
CMYK 0.10 0 0.06 0.20
HSL 141º 0.17% 0.76% -
HSV(B) 141º 0.1% 0.8% -
XYZ 51.35 57.78 58.32 -
YUV 197.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 185 205 192 0.10 0 0.06 0.20 141 0.17 0.76
Hex B9 CD C0 A 0 6 14 8D 11 4C
Octal 271 315 300 12 0 6 24 215 21 114
Binary 10111001 11001101 11000000 1010 0 110 10100 10001101 10001 1001100

Color Harmonies of #B9CDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CDC0

Black with #B9CDC0

Text Example


Text Example

White with #B9CDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CDC0; }

 p { color: rgb(185,205,192); }

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

background-color css

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

 a { background-color: rgb(185,205,192); }

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

border-color css

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

 span { border-color: rgb(185,205,192); }

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