Html Css Color HEX #B3D5C0 Nebula

📋 copy color: '#B3D5C0'

red 179 ◦ green 213 ◦ blue 192

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

Shades of Nebula #B3D5C0

Tints of Nebula #B3D5C0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.47%

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

R = 30.65%
G = 36.47%
B = 32.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#B3D5C0 (or 0xB3D5C0) is known color: Nebula. HEX triplet: B3, D5 and C0. RGB value is (179,213,192). Sum of RGB (Red+Green+Blue) = 179+213+192=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D5C0 is #4C2A3F. Grayscale: #C8C8C8. Windows color (decimal): -4991552 or 12637619. OLE color: 12637619.

HSL color Cylindrical-coordinate representation of color #B3D5C0: hue angle of 142.94º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3D5C0 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 213 192 -
CMYK 0.16 0 0.10 0.16
HSL 142.94º 0.29% 0.77% -
HSV(B) 142.94º 0.16% 0.84% -
XYZ 51.9 60.98 58.9 -
YUV 200.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 179 213 192 0.16 0 0.10 0.16 142.94 0.29 0.77
Hex B3 D5 C0 10 0 A 10 8F 1D 4D
Octal 263 325 300 20 0 12 20 217 35 115
Binary 10110011 11010101 11000000 10000 0 1010 10000 10001111 11101 1001101

Color Harmonies of #B3D5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D5C0

Black with #B3D5C0

Text Example


Text Example

White with #B3D5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D5C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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