Html Css Color HEX #B7CCC0 Nebula

📋 copy color: '#B7CCC0'

red 183 ◦ green 204 ◦ blue 192

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

Shades of Nebula #B7CCC0

Tints of Nebula #B7CCC0

RGB

 RED value IS 183 (71.88% from 255) = 31.61%

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

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

R = 31.61%
G = 35.23%
B = 33.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#B7CCC0 (or 0xB7CCC0) is known color: Nebula. HEX triplet: B7, CC and C0. RGB value is (183,204,192). Sum of RGB (Red+Green+Blue) = 183+204+192=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCC0 is #48333F. Grayscale: #C4C4C4. Windows color (decimal): -4731712 or 12635319. OLE color: 12635319.

HSL color Cylindrical-coordinate representation of color #B7CCC0: hue angle of 145.71º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7CCC0 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 204 192 -
CMYK 0.10 0 0.06 0.2
HSL 145.71º 0.17% 0.76% -
HSV(B) 145.71º 0.1% 0.8% -
XYZ 50.64 57.06 58.21 -
YUV 196.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 183 204 192 0.10 0 0.06 0.2 145.71 0.17 0.76
Hex B7 CC C0 A 0 6 14 92 11 4C
Octal 267 314 300 12 0 6 24 222 21 114
Binary 10110111 11001100 11000000 1010 0 110 10100 10010010 10001 1001100

Color Harmonies of #B7CCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CCC0

Black with #B7CCC0

Text Example


Text Example

White with #B7CCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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