Html Css Color HEX #B3CABB Nebula

📋 copy color: '#B3CABB'

red 179 ◦ green 202 ◦ blue 187

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

Shades of Nebula #B3CABB

Tints of Nebula #B3CABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.56%

 BLUE value IS 187 (73.44% from 255) = 32.92%

R = 31.51%
G = 35.56%
B = 32.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#B3CABB (or 0xB3CABB) is known color: Nebula. HEX triplet: B3, CA and BB. RGB value is (179,202,187). Sum of RGB (Red+Green+Blue) = 179+202+187=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CABB is #4C3544. Grayscale: #C1C1C1. Windows color (decimal): -4994373 or 12307123. OLE color: 12307123.

HSL color Cylindrical-coordinate representation of color #B3CABB: hue angle of 140.87º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3CABB is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 202 187 -
CMYK 0.11 0 0.07 0.21
HSL 140.87º 0.18% 0.75% -
HSV(B) 140.87º 0.11% 0.79% -
XYZ 48.68 55.41 55.14 -
YUV 193.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 179 202 187 0.11 0 0.07 0.21 140.87 0.18 0.75
Hex B3 CA BB B 0 7 15 8D 12 4B
Octal 263 312 273 13 0 7 25 215 22 113
Binary 10110011 11001010 10111011 1011 0 111 10101 10001101 10010 1001011

Color Harmonies of #B3CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CABB

Black with #B3CABB

Text Example


Text Example

White with #B3CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CABB; }

 p { color: rgb(179,202,187); }

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

background-color css

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

 a { background-color: rgb(179,202,187); }

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

border-color css

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

 span { border-color: rgb(179,202,187); }

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