Html Css Color HEX #B2D6BF Nebula

📋 copy color: '#B2D6BF'

red 178 ◦ green 214 ◦ blue 191

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

Shades of Nebula #B2D6BF

Tints of Nebula #B2D6BF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.71%

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

R = 30.53%
G = 36.71%
B = 32.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#B2D6BF (or 0xB2D6BF) is known color: Nebula. HEX triplet: B2, D6 and BF. RGB value is (178,214,191). Sum of RGB (Red+Green+Blue) = 178+214+191=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D6BF is #4D2940. Grayscale: #C8C8C8. Windows color (decimal): -5056833 or 12572338. OLE color: 12572338.

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

Color convert

RGB 178 214 191 -
CMYK 0.17 0 0.11 0.16
HSL 141.67º 0.31% 0.77% -
HSV(B) 141.67º 0.17% 0.84% -
XYZ 51.81 61.32 58.4 -
YUV 200.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 178 214 191 0.17 0 0.11 0.16 141.67 0.31 0.77
Hex B2 D6 BF 11 0 B 10 8E 1F 4D
Octal 262 326 277 21 0 13 20 216 37 115
Binary 10110010 11010110 10111111 10001 0 1011 10000 10001110 11111 1001101

Color Harmonies of #B2D6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D6BF

Black with #B2D6BF

Text Example


Text Example

White with #B2D6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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