Html Css Color HEX #B6DCCB Jet Stream

📋 copy color: '#B6DCCB'

red 182 ◦ green 220 ◦ blue 203

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

Shades of Jet Stream #B6DCCB

Tints of Jet Stream #B6DCCB

RGB

 RED value IS 182 (71.48% from 255) = 30.08%

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

 BLUE value IS 203 (79.69% from 255) = 33.55%

R = 30.08%
G = 36.36%
B = 33.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#B6DCCB (or 0xB6DCCB) is known color: Jet Stream. HEX triplet: B6, DC and CB. RGB value is (182,220,203). Sum of RGB (Red+Green+Blue) = 182+220+203=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DCCB is #492334. Grayscale: #CECECE. Windows color (decimal): -4793141 or 13360310. OLE color: 13360310.

HSL color Cylindrical-coordinate representation of color #B6DCCB: hue angle of 153.16º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6DCCB is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 220 203 -
CMYK 0.17 0 0.08 0.14
HSL 153.16º 0.35% 0.79% -
HSV(B) 153.16º 0.17% 0.86% -
XYZ 55.66 65.44 66.2 -
YUV 206.7 125.91 110.38 -
System Red Green Blue C M Y K H S L
Decimal 182 220 203 0.17 0 0.08 0.14 153.16 0.35 0.79
Hex B6 DC CB 11 0 8 E 99 23 4F
Octal 266 334 313 21 0 10 16 231 43 117
Binary 10110110 11011100 11001011 10001 0 1000 1110 10011001 100011 1001111

Color Harmonies of #B6DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DCCB

Black with #B6DCCB

Text Example


Text Example

White with #B6DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DCCB; }

 p { color: rgb(182,220,203); }

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

background-color css

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

 a { background-color: rgb(182,220,203); }

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

border-color css

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

 span { border-color: rgb(182,220,203); }

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