Html Css Color HEX #B4D2BD Nebula

📋 copy color: '#B4D2BD'

red 180 ◦ green 210 ◦ blue 189

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

Shades of Nebula #B4D2BD

Tints of Nebula #B4D2BD

RGB

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

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

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

R = 31.09%
G = 36.27%
B = 32.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#B4D2BD (or 0xB4D2BD) is known color: Nebula. HEX triplet: B4, D2 and BD. RGB value is (180,210,189). Sum of RGB (Red+Green+Blue) = 180+210+189=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D2BD is #4B2D42. Grayscale: #C6C6C6. Windows color (decimal): -4926787 or 12440244. OLE color: 12440244.

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

Color convert

RGB 180 210 189 -
CMYK 0.14 0 0.10 0.18
HSL 138º 0.25% 0.76% -
HSV(B) 138º 0.14% 0.82% -
XYZ 51.05 59.47 56.93 -
YUV 198.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 180 210 189 0.14 0 0.10 0.18 138 0.25 0.76
Hex B4 D2 BD E 0 A 12 8A 19 4C
Octal 264 322 275 16 0 12 22 212 31 114
Binary 10110100 11010010 10111101 1110 0 1010 10010 10001010 11001 1001100

Color Harmonies of #B4D2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D2BD

Black with #B4D2BD

Text Example


Text Example

White with #B4D2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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