Html Css Color HEX #B3CCBE Nebula

📋 copy color: '#B3CCBE'

red 179 ◦ green 204 ◦ blue 190

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

Shades of Nebula #B3CCBE

Tints of Nebula #B3CCBE

RGB

 RED value IS 179 (70.31% from 255) = 31.24%

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

 BLUE value IS 190 (74.61% from 255) = 33.16%

R = 31.24%
G = 35.6%
B = 33.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#B3CCBE (or 0xB3CCBE) is known color: Nebula. HEX triplet: B3, CC and BE. RGB value is (179,204,190). Sum of RGB (Red+Green+Blue) = 179+204+190=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CCBE is #4C3341. Grayscale: #C2C2C2. Windows color (decimal): -4993858 or 12504243. OLE color: 12504243.

HSL color Cylindrical-coordinate representation of color #B3CCBE: hue angle of 146.4º degrees, saturation: 0.2, 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 #B3CCBE is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 204 190 -
CMYK 0.12 0 0.07 0.2
HSL 146.4º 0.2% 0.75% -
HSV(B) 146.4º 0.12% 0.8% -
XYZ 49.48 56.49 57.01 -
YUV 194.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 179 204 190 0.12 0 0.07 0.2 146.4 0.2 0.75
Hex B3 CC BE C 0 7 14 92 14 4B
Octal 263 314 276 14 0 7 24 222 24 113
Binary 10110011 11001100 10111110 1100 0 111 10100 10010010 10100 1001011

Color Harmonies of #B3CCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CCBE

Black with #B3CCBE

Text Example


Text Example

White with #B3CCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CCBE; }

 p { color: rgb(179,204,190); }

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

background-color css

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

 a { background-color: rgb(179,204,190); }

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

border-color css

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

 span { border-color: rgb(179,204,190); }

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