Html Css Color HEX #B2D0C2 Nebula

📋 copy color: '#B2D0C2'

red 178 ◦ green 208 ◦ blue 194

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

Shades of Nebula #B2D0C2

Tints of Nebula #B2D0C2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.86%

 BLUE value IS 194 (76.17% from 255) = 33.45%

R = 30.69%
G = 35.86%
B = 33.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#B2D0C2 (or 0xB2D0C2) is known color: Nebula. HEX triplet: B2, D0 and C2. RGB value is (178,208,194). Sum of RGB (Red+Green+Blue) = 178+208+194=580 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.69% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D0C2 is #4D2F3D. Grayscale: #C5C5C5. Windows color (decimal): -5058366 or 12767410. OLE color: 12767410.

HSL color Cylindrical-coordinate representation of color #B2D0C2: hue angle of 152º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2D0C2 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 194 -
CMYK 0.14 0 0.07 0.18
HSL 152º 0.24% 0.76% -
HSV(B) 152º 0.14% 0.82% -
XYZ 50.65 58.47 59.66 -
YUV 197.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 178 208 194 0.14 0 0.07 0.18 152 0.24 0.76
Hex B2 D0 C2 E 0 7 12 98 18 4C
Octal 262 320 302 16 0 7 22 230 30 114
Binary 10110010 11010000 11000010 1110 0 111 10010 10011000 11000 1001100

Color Harmonies of #B2D0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D0C2

Black with #B2D0C2

Text Example


Text Example

White with #B2D0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D0C2; }

 p { color: rgb(178,208,194); }

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

background-color css

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

 a { background-color: rgb(178,208,194); }

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

border-color css

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

 span { border-color: rgb(178,208,194); }

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