Html Css Color HEX #B2CCBD Nebula

📋 copy color: '#B2CCBD'

red 178 ◦ green 204 ◦ blue 189

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

Shades of Nebula #B2CCBD

Tints of Nebula #B2CCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.73%

 BLUE value IS 189 (74.22% from 255) = 33.1%

R = 31.17%
G = 35.73%
B = 33.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#B2CCBD (or 0xB2CCBD) is known color: Nebula. HEX triplet: B2, CC and BD. RGB value is (178,204,189). Sum of RGB (Red+Green+Blue) = 178+204+189=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCBD is #4D3342. Grayscale: #C2C2C2. Windows color (decimal): -5059395 or 12438706. OLE color: 12438706.

HSL color Cylindrical-coordinate representation of color #B2CCBD: hue angle of 145.38º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2CCBD is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 189 -
CMYK 0.13 0 0.07 0.2
HSL 145.38º 0.2% 0.75% -
HSV(B) 145.38º 0.13% 0.8% -
XYZ 49.14 56.32 56.43 -
YUV 194.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 178 204 189 0.13 0 0.07 0.2 145.38 0.2 0.75
Hex B2 CC BD D 0 7 14 91 14 4B
Octal 262 314 275 15 0 7 24 221 24 113
Binary 10110010 11001100 10111101 1101 0 111 10100 10010001 10100 1001011

Color Harmonies of #B2CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CCBD

Black with #B2CCBD

Text Example


Text Example

White with #B2CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CCBD; }

 p { color: rgb(178,204,189); }

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

background-color css

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

 a { background-color: rgb(178,204,189); }

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

border-color css

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

 span { border-color: rgb(178,204,189); }

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