Html Css Color HEX #B5D0BF Nebula

📋 copy color: '#B5D0BF'

red 181 ◦ green 208 ◦ blue 191

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

Shades of Nebula #B5D0BF

Tints of Nebula #B5D0BF

RGB

 RED value IS 181 (71.09% from 255) = 31.21%

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

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

R = 31.21%
G = 35.86%
B = 32.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#B5D0BF (or 0xB5D0BF) is known color: Nebula. HEX triplet: B5, D0 and BF. RGB value is (181,208,191). Sum of RGB (Red+Green+Blue) = 181+208+191=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D0BF is #4A2F40. Grayscale: #C6C6C6. Windows color (decimal): -4861761 or 12570805. OLE color: 12570805.

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

Color convert

RGB 181 208 191 -
CMYK 0.13 0 0.08 0.18
HSL 142.22º 0.22% 0.76% -
HSV(B) 142.22º 0.13% 0.82% -
XYZ 51.02 58.7 57.93 -
YUV 197.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 181 208 191 0.13 0 0.08 0.18 142.22 0.22 0.76
Hex B5 D0 BF D 0 8 12 8E 16 4C
Octal 265 320 277 15 0 10 22 216 26 114
Binary 10110101 11010000 10111111 1101 0 1000 10010 10001110 10110 1001100

Color Harmonies of #B5D0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D0BF

Black with #B5D0BF

Text Example


Text Example

White with #B5D0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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