Html Css Color HEX #B6CEC6 Jet Stream

📋 copy color: '#B6CEC6'

red 182 ◦ green 206 ◦ blue 198

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

Shades of Jet Stream #B6CEC6

Tints of Jet Stream #B6CEC6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.15%

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

R = 31.06%
G = 35.15%
B = 33.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#B6CEC6 (or 0xB6CEC6) is known color: Jet Stream. HEX triplet: B6, CE and C6. RGB value is (182,206,198). Sum of RGB (Red+Green+Blue) = 182+206+198=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CEC6 is #493139. Grayscale: #C5C5C5. Windows color (decimal): -4796730 or 13029046. OLE color: 13029046.

HSL color Cylindrical-coordinate representation of color #B6CEC6: hue angle of 160º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6CEC6 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 206 198 -
CMYK 0.12 0 0.04 0.19
HSL 160º 0.2% 0.76% -
HSV(B) 160º 0.12% 0.81% -
XYZ 51.56 58.16 61.94 -
YUV 197.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 182 206 198 0.12 0 0.04 0.19 160 0.2 0.76
Hex B6 CE C6 C 0 4 13 A0 14 4C
Octal 266 316 306 14 0 4 23 240 24 114
Binary 10110110 11001110 11000110 1100 0 100 10011 10100000 10100 1001100

Color Harmonies of #B6CEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CEC6

Black with #B6CEC6

Text Example


Text Example

White with #B6CEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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