Html Css Color HEX #B6CEC4 Jet Stream

📋 copy color: '#B6CEC4'

red 182 ◦ green 206 ◦ blue 196

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

Shades of Jet Stream #B6CEC4

Tints of Jet Stream #B6CEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.56%

R = 31.16%
G = 35.27%
B = 33.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#B6CEC4 (or 0xB6CEC4) is known color: Jet Stream. HEX triplet: B6, CE and C4. RGB value is (182,206,196). Sum of RGB (Red+Green+Blue) = 182+206+196=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CEC4 is #49313B. Grayscale: #C5C5C5. Windows color (decimal): -4796732 or 12897974. OLE color: 12897974.

HSL color Cylindrical-coordinate representation of color #B6CEC4: hue angle of 155º 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 #B6CEC4 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 206 196 -
CMYK 0.12 0 0.05 0.19
HSL 155º 0.2% 0.76% -
HSV(B) 155º 0.12% 0.81% -
XYZ 51.33 58.07 60.73 -
YUV 197.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 182 206 196 0.12 0 0.05 0.19 155 0.2 0.76
Hex B6 CE C4 C 0 5 13 9B 14 4C
Octal 266 316 304 14 0 5 23 233 24 114
Binary 10110110 11001110 11000100 1100 0 101 10011 10011011 10100 1001100

Color Harmonies of #B6CEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CEC4

Black with #B6CEC4

Text Example


Text Example

White with #B6CEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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