Html Css Color HEX #B1D0BD Nebula

📋 copy color: '#B1D0BD'

red 177 ◦ green 208 ◦ blue 189

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

Shades of Nebula #B1D0BD

Tints of Nebula #B1D0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.93%

R = 30.84%
G = 36.24%
B = 32.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#B1D0BD (or 0xB1D0BD) is known color: Nebula. HEX triplet: B1, D0 and BD. RGB value is (177,208,189). Sum of RGB (Red+Green+Blue) = 177+208+189=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D0BD is #4E2F42. Grayscale: #C4C4C4. Windows color (decimal): -5123907 or 12439729. OLE color: 12439729.

HSL color Cylindrical-coordinate representation of color #B1D0BD: hue angle of 143.23º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1D0BD is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 208 189 -
CMYK 0.15 0 0.09 0.18
HSL 143.23º 0.25% 0.75% -
HSV(B) 143.23º 0.15% 0.82% -
XYZ 49.87 58.13 56.74 -
YUV 196.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 177 208 189 0.15 0 0.09 0.18 143.23 0.25 0.75
Hex B1 D0 BD F 0 9 12 8F 19 4B
Octal 261 320 275 17 0 11 22 217 31 113
Binary 10110001 11010000 10111101 1111 0 1001 10010 10001111 11001 1001011

Color Harmonies of #B1D0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D0BD

Black with #B1D0BD

Text Example


Text Example

White with #B1D0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D0BD; }

 p { color: rgb(177,208,189); }

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

background-color css

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

 a { background-color: rgb(177,208,189); }

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

border-color css

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

 span { border-color: rgb(177,208,189); }

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