Html Css Color HEX #B4C8BA Nebula

📋 copy color: '#B4C8BA'

red 180 ◦ green 200 ◦ blue 186

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

Shades of Nebula #B4C8BA

Tints of Nebula #B4C8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.34%

 BLUE value IS 186 (73.05% from 255) = 32.86%

R = 31.8%
G = 35.34%
B = 32.86%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#B4C8BA (or 0xB4C8BA) is known color: Nebula. HEX triplet: B4, C8 and BA. RGB value is (180,200,186). Sum of RGB (Red+Green+Blue) = 180+200+186=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C8BA is #4B3745. Grayscale: #C0C0C0. Windows color (decimal): -4929350 or 12241076. OLE color: 12241076.

HSL color Cylindrical-coordinate representation of color #B4C8BA: hue angle of 138º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4C8BA is Cyan = 0.1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 200 186 -
CMYK 0.1 0 0.07 0.22
HSL 138º 0.15% 0.75% -
HSV(B) 138º 0.1% 0.78% -
XYZ 48.34 54.56 54.44 -
YUV 192.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 180 200 186 0.1 0 0.07 0.22 138 0.15 0.75
Hex B4 C8 BA A 0 7 16 8A F 4B
Octal 264 310 272 12 0 7 26 212 17 113
Binary 10110100 11001000 10111010 1010 0 111 10110 10001010 1111 1001011

Color Harmonies of #B4C8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C8BA

Black with #B4C8BA

Text Example


Text Example

White with #B4C8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C8BA; }

 p { color: rgb(180,200,186); }

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

background-color css

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

 a { background-color: rgb(180,200,186); }

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

border-color css

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

 span { border-color: rgb(180,200,186); }

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