Html Css Color HEX #B3CDC0 Nebula

📋 copy color: '#B3CDC0'

red 179 ◦ green 205 ◦ blue 192

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

Shades of Nebula #B3CDC0

Tints of Nebula #B3CDC0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.59%

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

R = 31.08%
G = 35.59%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#B3CDC0 (or 0xB3CDC0) is known color: Nebula. HEX triplet: B3, CD and C0. RGB value is (179,205,192). Sum of RGB (Red+Green+Blue) = 179+205+192=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CDC0 is #4C323F. Grayscale: #C3C3C3. Windows color (decimal): -4993600 or 12635571. OLE color: 12635571.

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

Color convert

RGB 179 205 192 -
CMYK 0.13 0 0.06 0.20
HSL 150º 0.21% 0.75% -
HSV(B) 150º 0.13% 0.8% -
XYZ 49.94 57.05 58.25 -
YUV 195.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 179 205 192 0.13 0 0.06 0.20 150 0.21 0.75
Hex B3 CD C0 D 0 6 14 96 15 4B
Octal 263 315 300 15 0 6 24 226 25 113
Binary 10110011 11001101 11000000 1101 0 110 10100 10010110 10101 1001011

Color Harmonies of #B3CDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CDC0

Black with #B3CDC0

Text Example


Text Example

White with #B3CDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CDC0; }

 p { color: rgb(179,205,192); }

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

background-color css

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

 a { background-color: rgb(179,205,192); }

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

border-color css

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

 span { border-color: rgb(179,205,192); }

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