Html Css Color HEX #B6CCC6 Jet Stream

📋 copy color: '#B6CCC6'

red 182 ◦ green 204 ◦ blue 198

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

Shades of Jet Stream #B6CCC6

Tints of Jet Stream #B6CCC6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.93%

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

R = 31.16%
G = 34.93%
B = 33.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#B6CCC6 (or 0xB6CCC6) is known color: Jet Stream. HEX triplet: B6, CC and C6. RGB value is (182,204,198). Sum of RGB (Red+Green+Blue) = 182+204+198=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCC6 is #493339. Grayscale: #C4C4C4. Windows color (decimal): -4797242 or 13028534. OLE color: 13028534.

HSL color Cylindrical-coordinate representation of color #B6CCC6: hue angle of 163.64º degrees, saturation: 0.18, 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 #B6CCC6 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 204 198 -
CMYK 0.11 0 0.03 0.2
HSL 163.64º 0.18% 0.76% -
HSV(B) 163.64º 0.11% 0.8% -
XYZ 51.08 57.21 61.78 -
YUV 196.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 182 204 198 0.11 0 0.03 0.2 163.64 0.18 0.76
Hex B6 CC C6 B 0 3 14 A4 12 4C
Octal 266 314 306 13 0 3 24 244 22 114
Binary 10110110 11001100 11000110 1011 0 11 10100 10100100 10010 1001100

Color Harmonies of #B6CCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CCC6

Black with #B6CCC6

Text Example


Text Example

White with #B6CCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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