Html Css Color HEX #B2CBBA Nebula

📋 copy color: '#B2CBBA'

red 178 ◦ green 203 ◦ blue 186

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

Shades of Nebula #B2CBBA

Tints of Nebula #B2CBBA

RGB

 RED value IS 178 (69.92% from 255) = 31.39%

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

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

R = 31.39%
G = 35.8%
B = 32.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#B2CBBA (or 0xB2CBBA) is known color: Nebula. HEX triplet: B2, CB and BA. RGB value is (178,203,186). Sum of RGB (Red+Green+Blue) = 178+203+186=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBBA is #4D3445. Grayscale: #C1C1C1. Windows color (decimal): -5059654 or 12241842. OLE color: 12241842.

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

Color convert

RGB 178 203 186 -
CMYK 0.12 0 0.08 0.20
HSL 139.2º 0.19% 0.75% -
HSV(B) 139.2º 0.12% 0.8% -
XYZ 48.58 55.72 54.65 -
YUV 193.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 178 203 186 0.12 0 0.08 0.20 139.2 0.19 0.75
Hex B2 CB BA C 0 8 14 8B 13 4B
Octal 262 313 272 14 0 10 24 213 23 113
Binary 10110010 11001011 10111010 1100 0 1000 10100 10001011 10011 1001011

Color Harmonies of #B2CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CBBA

Black with #B2CBBA

Text Example


Text Example

White with #B2CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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