Html Css Color HEX #B4CCC0 Nebula

📋 copy color: '#B4CCC0'

red 180 ◦ green 204 ◦ blue 192

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

Shades of Nebula #B4CCC0

Tints of Nebula #B4CCC0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.42%

 BLUE value IS 192 (75.39% from 255) = 33.33%

R = 31.25%
G = 35.42%
B = 33.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#B4CCC0 (or 0xB4CCC0) is known color: Nebula. HEX triplet: B4, CC and C0. RGB value is (180,204,192). Sum of RGB (Red+Green+Blue) = 180+204+192=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCC0 is #4B333F. Grayscale: #C3C3C3. Windows color (decimal): -4928320 or 12635316. OLE color: 12635316.

HSL color Cylindrical-coordinate representation of color #B4CCC0: hue angle of 150º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4CCC0 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 204 192 -
CMYK 0.12 0 0.06 0.2
HSL 150º 0.19% 0.75% -
HSV(B) 150º 0.12% 0.8% -
XYZ 49.93 56.69 58.18 -
YUV 195.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 180 204 192 0.12 0 0.06 0.2 150 0.19 0.75
Hex B4 CC C0 C 0 6 14 96 13 4B
Octal 264 314 300 14 0 6 24 226 23 113
Binary 10110100 11001100 11000000 1100 0 110 10100 10010110 10011 1001011

Color Harmonies of #B4CCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCC0

Black with #B4CCC0

Text Example


Text Example

White with #B4CCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCC0; }

 p { color: rgb(180,204,192); }

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

background-color css

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

 a { background-color: rgb(180,204,192); }

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

border-color css

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

 span { border-color: rgb(180,204,192); }

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