Html Css Color HEX #B2DCC6 Jet Stream

📋 copy color: '#B2DCC6'

red 178 ◦ green 220 ◦ blue 198

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

Shades of Jet Stream #B2DCC6

Tints of Jet Stream #B2DCC6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.91%

 BLUE value IS 198 (77.73% from 255) = 33.22%

R = 29.87%
G = 36.91%
B = 33.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#B2DCC6 (or 0xB2DCC6) is known color: Jet Stream. HEX triplet: B2, DC and C6. RGB value is (178,220,198). Sum of RGB (Red+Green+Blue) = 178+220+198=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCC6 is #4D2339. Grayscale: #CCCCCC. Windows color (decimal): -5055290 or 13032626. OLE color: 13032626.

HSL color Cylindrical-coordinate representation of color #B2DCC6: hue angle of 148.57º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DCC6 is Cyan = 0.19, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 220 198 -
CMYK 0.19 0 0.1 0.14
HSL 148.57º 0.38% 0.78% -
HSV(B) 148.57º 0.19% 0.86% -
XYZ 54.15 64.73 63.07 -
YUV 204.93 124.09 108.79 -
System Red Green Blue C M Y K H S L
Decimal 178 220 198 0.19 0 0.1 0.14 148.57 0.38 0.78
Hex B2 DC C6 13 0 A E 95 26 4E
Octal 262 334 306 23 0 12 16 225 46 116
Binary 10110010 11011100 11000110 10011 0 1010 1110 10010101 100110 1001110

Color Harmonies of #B2DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCC6

Black with #B2DCC6

Text Example


Text Example

White with #B2DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCC6; }

 p { color: rgb(178,220,198); }

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

background-color css

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

 a { background-color: rgb(178,220,198); }

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

border-color css

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

 span { border-color: rgb(178,220,198); }

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