Html Css Color HEX #B0CBBA Nebula

📋 copy color: '#B0CBBA'

red 176 ◦ green 203 ◦ blue 186

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

Shades of Nebula #B0CBBA

Tints of Nebula #B0CBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.93%

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

R = 31.15%
G = 35.93%
B = 32.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#B0CBBA (or 0xB0CBBA) is known color: Nebula. HEX triplet: B0, CB and BA. RGB value is (176,203,186). Sum of RGB (Red+Green+Blue) = 176+203+186=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBBA is #4F3445. Grayscale: #C1C1C1. Windows color (decimal): -5190726 or 12241840. OLE color: 12241840.

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

Color convert

RGB 176 203 186 -
CMYK 0.13 0 0.08 0.20
HSL 142.22º 0.21% 0.74% -
HSV(B) 142.22º 0.13% 0.8% -
XYZ 48.12 55.49 54.63 -
YUV 192.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 176 203 186 0.13 0 0.08 0.20 142.22 0.21 0.74
Hex B0 CB BA D 0 8 14 8E 15 4A
Octal 260 313 272 15 0 10 24 216 25 112
Binary 10110000 11001011 10111010 1101 0 1000 10100 10001110 10101 1001010

Color Harmonies of #B0CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CBBA

Black with #B0CBBA

Text Example


Text Example

White with #B0CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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