Html Css Color HEX #B4D2BF Nebula

📋 copy color: '#B4D2BF'

red 180 ◦ green 210 ◦ blue 191

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

Shades of Nebula #B4D2BF

Tints of Nebula #B4D2BF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.14%

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

R = 30.98%
G = 36.14%
B = 32.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#B4D2BF (or 0xB4D2BF) is known color: Nebula. HEX triplet: B4, D2 and BF. RGB value is (180,210,191). Sum of RGB (Red+Green+Blue) = 180+210+191=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D2BF is #4B2D40. Grayscale: #C6C6C6. Windows color (decimal): -4926785 or 12571316. OLE color: 12571316.

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

Color convert

RGB 180 210 191 -
CMYK 0.14 0 0.09 0.18
HSL 142º 0.25% 0.76% -
HSV(B) 142º 0.14% 0.82% -
XYZ 51.27 59.56 58.08 -
YUV 198.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 180 210 191 0.14 0 0.09 0.18 142 0.25 0.76
Hex B4 D2 BF E 0 9 12 8E 19 4C
Octal 264 322 277 16 0 11 22 216 31 114
Binary 10110100 11010010 10111111 1110 0 1001 10010 10001110 11001 1001100

Color Harmonies of #B4D2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D2BF

Black with #B4D2BF

Text Example


Text Example

White with #B4D2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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