Html Css Color HEX #B2D5BE Nebula

📋 copy color: '#B2D5BE'

red 178 ◦ green 213 ◦ blue 190

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

Shades of Nebula #B2D5BE

Tints of Nebula #B2D5BE

RGB

 RED value IS 178 (69.92% from 255) = 30.64%

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

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

R = 30.64%
G = 36.66%
B = 32.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#B2D5BE (or 0xB2D5BE) is known color: Nebula. HEX triplet: B2, D5 and BE. RGB value is (178,213,190). Sum of RGB (Red+Green+Blue) = 178+213+190=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D5BE is #4D2A41. Grayscale: #C7C7C7. Windows color (decimal): -5057090 or 12506546. OLE color: 12506546.

HSL color Cylindrical-coordinate representation of color #B2D5BE: hue angle of 140.57º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2D5BE is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 213 190 -
CMYK 0.16 0 0.11 0.16
HSL 140.57º 0.29% 0.77% -
HSV(B) 140.57º 0.16% 0.84% -
XYZ 51.45 60.77 57.73 -
YUV 199.91 122.4 112.37 -
System Red Green Blue C M Y K H S L
Decimal 178 213 190 0.16 0 0.11 0.16 140.57 0.29 0.77
Hex B2 D5 BE 10 0 B 10 8D 1D 4D
Octal 262 325 276 20 0 13 20 215 35 115
Binary 10110010 11010101 10111110 10000 0 1011 10000 10001101 11101 1001101

Color Harmonies of #B2D5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D5BE

Black with #B2D5BE

Text Example


Text Example

White with #B2D5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D5BE; }

 p { color: rgb(178,213,190); }

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

background-color css

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

 a { background-color: rgb(178,213,190); }

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

border-color css

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

 span { border-color: rgb(178,213,190); }

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