Html Css Color HEX #B1D0BB Nebula

📋 copy color: '#B1D0BB'

red 177 ◦ green 208 ◦ blue 187

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

Shades of Nebula #B1D0BB

Tints of Nebula #B1D0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.69%

R = 30.94%
G = 36.36%
B = 32.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#B1D0BB (or 0xB1D0BB) is known color: Nebula. HEX triplet: B1, D0 and BB. RGB value is (177,208,187). Sum of RGB (Red+Green+Blue) = 177+208+187=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D0BB is #4E2F44. Grayscale: #C4C4C4. Windows color (decimal): -5123909 or 12308657. OLE color: 12308657.

HSL color Cylindrical-coordinate representation of color #B1D0BB: hue angle of 139.35º 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 #B1D0BB is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 208 187 -
CMYK 0.15 0 0.10 0.18
HSL 139.35º 0.25% 0.75% -
HSV(B) 139.35º 0.15% 0.82% -
XYZ 49.66 58.05 55.6 -
YUV 196.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 177 208 187 0.15 0 0.10 0.18 139.35 0.25 0.75
Hex B1 D0 BB F 0 A 12 8B 19 4B
Octal 261 320 273 17 0 12 22 213 31 113
Binary 10110001 11010000 10111011 1111 0 1010 10010 10001011 11001 1001011

Color Harmonies of #B1D0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D0BB

Black with #B1D0BB

Text Example


Text Example

White with #B1D0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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