Html Css Color HEX #B4D0BF Nebula

📋 copy color: '#B4D0BF'

red 180 ◦ green 208 ◦ blue 191

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

Shades of Nebula #B4D0BF

Tints of Nebula #B4D0BF

RGB

 RED value IS 180 (70.7% from 255) = 31.09%

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

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

R = 31.09%
G = 35.92%
B = 32.99%

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

#B4D0BF (or 0xB4D0BF) is known color: Nebula. HEX triplet: B4, D0 and BF. RGB value is (180,208,191). Sum of RGB (Red+Green+Blue) = 180+208+191=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D0BF is #4B2F40. Grayscale: #C5C5C5. Windows color (decimal): -4927297 or 12570804. OLE color: 12570804.

HSL color Cylindrical-coordinate representation of color #B4D0BF: hue angle of 143.57º degrees, saturation: 0.23, 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 #B4D0BF is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 208 191 -
CMYK 0.13 0 0.08 0.18
HSL 143.57º 0.23% 0.76% -
HSV(B) 143.57º 0.13% 0.82% -
XYZ 50.78 58.58 57.92 -
YUV 197.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 180 208 191 0.13 0 0.08 0.18 143.57 0.23 0.76
Hex B4 D0 BF D 0 8 12 90 17 4C
Octal 264 320 277 15 0 10 22 220 27 114
Binary 10110100 11010000 10111111 1101 0 1000 10010 10010000 10111 1001100

Color Harmonies of #B4D0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D0BF

Black with #B4D0BF

Text Example


Text Example

White with #B4D0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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