Html Css Color HEX #BEC8C4 Jet Stream

📋 copy color: '#BEC8C4'

red 190 ◦ green 200 ◦ blue 196

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

Shades of Jet Stream #BEC8C4

Tints of Jet Stream #BEC8C4

RGB

 RED value IS 190 (74.61% from 255) = 32.42%

 GREEN value IS 200 (78.52% from 255) = 34.13%

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

R = 32.42%
G = 34.13%
B = 33.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#BEC8C4 (or 0xBEC8C4) is known color: Jet Stream. HEX triplet: BE, C8 and C4. RGB value is (190,200,196). Sum of RGB (Red+Green+Blue) = 190+200+196=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8C4 is #41373B. Grayscale: #C4C4C4. Windows color (decimal): -4273980 or 12896446. OLE color: 12896446.

HSL color Cylindrical-coordinate representation of color #BEC8C4: hue angle of 156º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEC8C4 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 200 196 -
CMYK 0.05 0 0.02 0.22
HSL 156º 0.08% 0.76% -
HSV(B) 156º 0.05% 0.78% -
XYZ 51.85 56.24 60.35 -
YUV 196.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 190 200 196 0.05 0 0.02 0.22 156 0.08 0.76
Hex BE C8 C4 5 0 2 16 9C 8 4C
Octal 276 310 304 5 0 2 26 234 10 114
Binary 10111110 11001000 11000100 101 0 10 10110 10011100 1000 1001100

Color Harmonies of #BEC8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8C4

Black with #BEC8C4

Text Example


Text Example

White with #BEC8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8C4; }

 p { color: rgb(190,200,196); }

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

background-color css

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

 a { background-color: rgb(190,200,196); }

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

border-color css

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

 span { border-color: rgb(190,200,196); }

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