Html Css Color HEX #B0D4BE Nebula

📋 copy color: '#B0D4BE'

red 176 ◦ green 212 ◦ blue 190

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

Shades of Nebula #B0D4BE

Tints of Nebula #B0D4BE

RGB

 RED value IS 176 (69.14% from 255) = 30.45%

 GREEN value IS 212 (83.2% from 255) = 36.68%

 BLUE value IS 190 (74.61% from 255) = 32.87%

R = 30.45%
G = 36.68%
B = 32.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#B0D4BE (or 0xB0D4BE) is known color: Nebula. HEX triplet: B0, D4 and BE. RGB value is (176,212,190). Sum of RGB (Red+Green+Blue) = 176+212+190=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 212 - color contains mainly: green. Hex color #B0D4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D4BE is #4F2B41. Grayscale: #C6C6C6. Windows color (decimal): -5188418 or 12506288. OLE color: 12506288.

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

Color convert

RGB 176 212 190 -
CMYK 0.17 0 0.10 0.17
HSL 143.33º 0.3% 0.76% -
HSV(B) 143.33º 0.17% 0.83% -
XYZ 50.74 60.03 57.63 -
YUV 198.73 123.07 111.79 -
System Red Green Blue C M Y K H S L
Decimal 176 212 190 0.17 0 0.10 0.17 143.33 0.3 0.76
Hex B0 D4 BE 11 0 A 11 8F 1E 4C
Octal 260 324 276 21 0 12 21 217 36 114
Binary 10110000 11010100 10111110 10001 0 1010 10001 10001111 11110 1001100

Color Harmonies of #B0D4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D4BE

Black with #B0D4BE

Text Example


Text Example

White with #B0D4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D4BE; }

 p { color: rgb(176,212,190); }

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

background-color css

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

 a { background-color: rgb(176,212,190); }

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

border-color css

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

 span { border-color: rgb(176,212,190); }

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