Html Css Color HEX #B1D7BF Nebula

📋 copy color: '#B1D7BF'

red 177 ◦ green 215 ◦ blue 191

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

Shades of Nebula #B1D7BF

Tints of Nebula #B1D7BF

RGB

 RED value IS 177 (69.53% from 255) = 30.36%

 GREEN value IS 215 (84.38% from 255) = 36.88%

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

R = 30.36%
G = 36.88%
B = 32.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#B1D7BF (or 0xB1D7BF) is known color: Nebula. HEX triplet: B1, D7 and BF. RGB value is (177,215,191). Sum of RGB (Red+Green+Blue) = 177+215+191=583 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.36% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D7BF is #4E2840. Grayscale: #C8C8C8. Windows color (decimal): -5122113 or 12572593. OLE color: 12572593.

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

Color convert

RGB 177 215 191 -
CMYK 0.18 0 0.11 0.16
HSL 142.11º 0.32% 0.77% -
HSV(B) 142.11º 0.18% 0.84% -
XYZ 51.84 61.71 58.47 -
YUV 200.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 177 215 191 0.18 0 0.11 0.16 142.11 0.32 0.77
Hex B1 D7 BF 12 0 B 10 8E 20 4D
Octal 261 327 277 22 0 13 20 216 40 115
Binary 10110001 11010111 10111111 10010 0 1011 10000 10001110 100000 1001101

Color Harmonies of #B1D7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D7BF

Black with #B1D7BF

Text Example


Text Example

White with #B1D7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D7BF; }

 p { color: rgb(177,215,191); }

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

background-color css

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

 a { background-color: rgb(177,215,191); }

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

border-color css

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

 span { border-color: rgb(177,215,191); }

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