Html Css Color HEX #B0CABA Nebula

📋 copy color: '#B0CABA'

red 176 ◦ green 202 ◦ blue 186

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

Shades of Nebula #B0CABA

Tints of Nebula #B0CABA

RGB

 RED value IS 176 (69.14% from 255) = 31.21%

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

 BLUE value IS 186 (73.05% from 255) = 32.98%

R = 31.21%
G = 35.82%
B = 32.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#B0CABA (or 0xB0CABA) is known color: Nebula. HEX triplet: B0, CA and BA. RGB value is (176,202,186). Sum of RGB (Red+Green+Blue) = 176+202+186=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CABA is #4F3545. Grayscale: #C0C0C0. Windows color (decimal): -5190982 or 12241584. OLE color: 12241584.

HSL color Cylindrical-coordinate representation of color #B0CABA: hue angle of 143.08º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0CABA is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 202 186 -
CMYK 0.13 0 0.08 0.21
HSL 143.08º 0.2% 0.74% -
HSV(B) 143.08º 0.13% 0.79% -
XYZ 47.89 55.02 54.55 -
YUV 192.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 176 202 186 0.13 0 0.08 0.21 143.08 0.2 0.74
Hex B0 CA BA D 0 8 15 8F 14 4A
Octal 260 312 272 15 0 10 25 217 24 112
Binary 10110000 11001010 10111010 1101 0 1000 10101 10001111 10100 1001010

Color Harmonies of #B0CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CABA

Black with #B0CABA

Text Example


Text Example

White with #B0CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CABA; }

 p { color: rgb(176,202,186); }

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

background-color css

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

 a { background-color: rgb(176,202,186); }

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

border-color css

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

 span { border-color: rgb(176,202,186); }

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