Html Css Color HEX #B2D0BF Nebula

📋 copy color: '#B2D0BF'

red 178 ◦ green 208 ◦ blue 191

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

Shades of Nebula #B2D0BF

Tints of Nebula #B2D0BF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.05%

 BLUE value IS 191 (75% from 255) = 33.1%

R = 30.85%
G = 36.05%
B = 33.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#B2D0BF (or 0xB2D0BF) is known color: Nebula. HEX triplet: B2, D0 and BF. RGB value is (178,208,191). Sum of RGB (Red+Green+Blue) = 178+208+191=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D0BF is #4D2F40. Grayscale: #C5C5C5. Windows color (decimal): -5058369 or 12570802. OLE color: 12570802.

HSL color Cylindrical-coordinate representation of color #B2D0BF: hue angle of 146º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2D0BF is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 191 -
CMYK 0.14 0 0.08 0.18
HSL 146º 0.24% 0.76% -
HSV(B) 146º 0.14% 0.82% -
XYZ 50.32 58.34 57.9 -
YUV 197.09 124.56 114.38 -
System Red Green Blue C M Y K H S L
Decimal 178 208 191 0.14 0 0.08 0.18 146 0.24 0.76
Hex B2 D0 BF E 0 8 12 92 18 4C
Octal 262 320 277 16 0 10 22 222 30 114
Binary 10110010 11010000 10111111 1110 0 1000 10010 10010010 11000 1001100

Color Harmonies of #B2D0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D0BF

Black with #B2D0BF

Text Example


Text Example

White with #B2D0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D0BF; }

 p { color: rgb(178,208,191); }

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

background-color css

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

 a { background-color: rgb(178,208,191); }

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

border-color css

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

 span { border-color: rgb(178,208,191); }

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