Html Css Color HEX #B6CDC6 Jet Stream

📋 copy color: '#B6CDC6'

red 182 ◦ green 205 ◦ blue 198

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

Shades of Jet Stream #B6CDC6

Tints of Jet Stream #B6CDC6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.04%

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

R = 31.11%
G = 35.04%
B = 33.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#B6CDC6 (or 0xB6CDC6) is known color: Jet Stream. HEX triplet: B6, CD and C6. RGB value is (182,205,198). Sum of RGB (Red+Green+Blue) = 182+205+198=585 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.11% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDC6 is #493239. Grayscale: #C5C5C5. Windows color (decimal): -4796986 or 13028790. OLE color: 13028790.

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

Color convert

RGB 182 205 198 -
CMYK 0.11 0 0.03 0.20
HSL 161.74º 0.19% 0.76% -
HSV(B) 161.74º 0.11% 0.8% -
XYZ 51.32 57.68 61.86 -
YUV 197.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 182 205 198 0.11 0 0.03 0.20 161.74 0.19 0.76
Hex B6 CD C6 B 0 3 14 A2 13 4C
Octal 266 315 306 13 0 3 24 242 23 114
Binary 10110110 11001101 11000110 1011 0 11 10100 10100010 10011 1001100

Color Harmonies of #B6CDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CDC6

Black with #B6CDC6

Text Example


Text Example

White with #B6CDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CDC6; }

 p { color: rgb(182,205,198); }

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

background-color css

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

 a { background-color: rgb(182,205,198); }

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

border-color css

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

 span { border-color: rgb(182,205,198); }

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